FrontLine Gradle Plugin

A plugin for packaging bundle to be deployed with Gatling FrontLine

Лицензия

Лицензия

Категории

Категории

Gradle Компиляция и сборка Gatling Тестирование приложения и мониторинг
Группа

Группа

io.gatling.frontline
Идентификатор

Идентификатор

frontline-gradle-plugin
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

FrontLine Gradle Plugin
A plugin for packaging bundle to be deployed with Gatling FrontLine
Ссылка на сайт

Ссылка на сайт

https://github.com/gatling/frontline-gradle-plugin
Система контроля версий

Система контроля версий

https://github.com/gatling/frontline-gradle-plugin

Скачать frontline-gradle-plugin

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.gatling.frontline/frontline-gradle-plugin/ -->
<dependency>
    <groupId>io.gatling.frontline</groupId>
    <artifactId>frontline-gradle-plugin</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.gatling.frontline/frontline-gradle-plugin/
implementation 'io.gatling.frontline:frontline-gradle-plugin:1.1.0'
// https://jarcasting.com/artifacts/io.gatling.frontline/frontline-gradle-plugin/
implementation ("io.gatling.frontline:frontline-gradle-plugin:1.1.0")
'io.gatling.frontline:frontline-gradle-plugin:jar:1.1.0'
<dependency org="io.gatling.frontline" name="frontline-gradle-plugin" rev="1.1.0">
  <artifact name="frontline-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gatling.frontline', module='frontline-gradle-plugin', version='1.1.0')
)
libraryDependencies += "io.gatling.frontline" % "frontline-gradle-plugin" % "1.1.0"
[io.gatling.frontline/frontline-gradle-plugin "1.1.0"]

Зависимости

runtime (1)

Идентификатор библиотеки Тип Версия
com.github.jengelman.gradle.plugins » shadow jar 5.2.0

Модули Проекта

Данный проект не имеет модулей.

FrontLine Gradle plugin

test-only

Gradle plugin to create a package in the format expected by Gatling FrontLine.

Dependency

This plugin applies io.gatling.gradle.

Dev testing

Steps to be able to dev test this plugin:

  1. Checkout this project:

    $ git clone git@github.com:gatling/frontline-gradle-plugin.git
  2. In a separate directory, create a toy project containing:

    • settings.gradle:

      includeBuild '<path/to>/frontline-gradle-plugin'
      
    • build.gradle:

      plugins {
        id 'java-library'
        id 'io.gatling.frontline.gradle'
      }
      
      repositories {
        mavenCentral()
        jcenter()
      }
      
      sourceCompatibility = 1.8
      targetCompatibility = 1.8
        
      tasks.withType(ScalaCompile) {
        scalaCompileOptions.forkOptions.with {
          jvmArgs = ['-Xss100M']
        }
      }
io.gatling.frontline

Gatling

Версии библиотеки

Версия
1.1.0
1.0.0