Skip to content

Commit

Permalink
chore: upgrade gradle 8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Jan 7, 2025
1 parent 43d743e commit f259d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/groovy/helper/GatlingFuncSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ abstract class GatlingFuncSpec extends GatlingSpec {
createRunner(gradleArgs).build()
}

protected static final List<String> SUPPORTED_GRADLE_VERSIONS = ["7.6", "8.0", "8.2.1", "8.10.2"]
protected static final List<String> SUPPORTED_GRADLE_VERSIONS = ["7.6", "8.0", "8.2.1", "8.12"]
}

0 comments on commit f259d1e

Please sign in to comment.