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 {
|
||||
id 'com.github.lkishalmi.gatling' version '0.7.1'
|
||||
id 'io.gatling.gradle' version '3.7.3'
|
||||
}
|
||||
|
||||
repositories {
|
||||
@ -10,7 +10,7 @@ dependencies {
|
||||
|
||||
}
|
||||
|
||||
apply plugin: "com.github.lkishalmi.gatling"
|
||||
apply plugin: "io.gatling.gradle"
|
||||
|
||||
gatling {
|
||||
toolVersion = '2.3.0'
|
||||
@ -26,4 +26,4 @@ gatling {
|
||||
'-XX:+CMSParallelRemarkEnabled',
|
||||
'-Djava.net.preferIPv4Stack=true',
|
||||
'-Djava.net.preferIPv6Addresses=false']
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user