Skip to content

Commit 8d532d5

Browse files
authored
[scala-gatling] use the official Gradle plugin (#11208)
1 parent 9c3cba9 commit 8d532d5

File tree

1 file changed

+3
-3
lines changed
  • modules/openapi-generator/src/main/resources/scala-gatling

1 file changed

+3
-3
lines changed

modules/openapi-generator/src/main/resources/scala-gatling/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.github.lkishalmi.gatling' version '0.7.1'
2+
id 'io.gatling.gradle' version '3.7.3'
33
}
44

55
repositories {
@@ -10,7 +10,7 @@ dependencies {
1010

1111
}
1212

13-
apply plugin: "com.github.lkishalmi.gatling"
13+
apply plugin: "io.gatling.gradle"
1414

1515
gatling {
1616
toolVersion = '2.3.0'
@@ -26,4 +26,4 @@ gatling {
2626
'-XX:+CMSParallelRemarkEnabled',
2727
'-Djava.net.preferIPv4Stack=true',
2828
'-Djava.net.preferIPv6Addresses=false']
29-
}
29+
}

0 commit comments

Comments
 (0)