io.gatling.frontline.gradle
Owner: Gatling Corp
A plugin for packaging bundle to be deployed with Gatling FrontLine
https://github.com/gatling/frontline-gradle-plugin
Sources: https://github.com/gatling/frontline-gradle-plugin
Version 1.4.3 (latest)
1.4.3
Created 01 August 2021.
A plugin for packaging bundle to be deployed with Gatling FrontLine
Add this plugin to your build using the plugins DSL:
plugins {
id("io.gatling.frontline.gradle") version "1.4.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.io.gatling.frontline.gradle:frontline-gradle-plugin:1.4.3") } } apply(plugin = "io.gatling.frontline.gradle")
- Applying plugins to all subprojects .