diff --git a/src/test/groovy/helper/GatlingFuncSpec.groovy b/src/test/groovy/helper/GatlingFuncSpec.groovy index 1f81ca5..8c34126 100644 --- a/src/test/groovy/helper/GatlingFuncSpec.groovy +++ b/src/test/groovy/helper/GatlingFuncSpec.groovy @@ -39,5 +39,5 @@ abstract class GatlingFuncSpec extends GatlingSpec { createRunner(gradleArgs).build() } - protected static final List SUPPORTED_GRADLE_VERSIONS = ["7.6", "8.0", "8.2.1", "8.10.2"] + protected static final List SUPPORTED_GRADLE_VERSIONS = ["7.6", "8.0", "8.2.1", "8.12"] }