forked from loafle/openapi-generator-original
[scala-gatling] use the official Gradle plugin (#11208)
This commit is contained in:
parent
9c3cba9b86
commit
8d532d5a38
@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.github.lkishalmi.gatling' version '0.7.1'
|
id 'io.gatling.gradle' version '3.7.3'
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
@ -10,7 +10,7 @@ dependencies {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "com.github.lkishalmi.gatling"
|
apply plugin: "io.gatling.gradle"
|
||||||
|
|
||||||
gatling {
|
gatling {
|
||||||
toolVersion = '2.3.0'
|
toolVersion = '2.3.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user