We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3cba9 commit 8d532d5Copy full SHA for 8d532d5
modules/openapi-generator/src/main/resources/scala-gatling/build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'com.github.lkishalmi.gatling' version '0.7.1'
+ id 'io.gatling.gradle' version '3.7.3'
3
}
4
5
repositories {
@@ -10,7 +10,7 @@ dependencies {
10
11
12
13
-apply plugin: "com.github.lkishalmi.gatling"
+apply plugin: "io.gatling.gradle"
14
15
gatling {
16
toolVersion = '2.3.0'
@@ -26,4 +26,4 @@ gatling {
26
'-XX:+CMSParallelRemarkEnabled',
27
'-Djava.net.preferIPv4Stack=true',
28
'-Djava.net.preferIPv6Addresses=false']
29
-}
+}
0 commit comments