FrontLine Gradle Plugin

A plugin for packaging bundle to be deployed with Gatling FrontLine

License

License

Categories

Categories

Gradle Build Tools Gatling Application Testing & Monitoring
GroupId

GroupId

io.gatling.frontline
ArtifactId

ArtifactId

frontline-gradle-plugin
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

FrontLine Gradle Plugin
A plugin for packaging bundle to be deployed with Gatling FrontLine
Project URL

Project URL

https://github.com/gatling/frontline-gradle-plugin
Source Code Management

Source Code Management

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

Download frontline-gradle-plugin

How to add to project

<!-- 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"]

Dependencies

runtime (1)

Group / Artifact Type Version
com.github.jengelman.gradle.plugins » shadow jar 5.2.0

Project Modules

There are no modules declared in this project.

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 [email protected]: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

Versions

Version
1.1.0
1.0.0