Skip to content

Commit

Permalink
chore: drop legacy toolVersion option
Browse files Browse the repository at this point in the history
Motivation:

Replaced with gatlingVersion as of Gatling 3.7.0.
  • Loading branch information
slandelle committed Mar 4, 2024
1 parent d2577f2 commit 557e8a7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/groovy/io/gatling/gradle/GatlingPluginExtension.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -316,17 +316,6 @@ class GatlingPluginExtension {
Map systemProperties
Map environment = [:]

/**
* Use gatlingVersion instead
* @param toolVersion the Gatling version
*
* @deprecated As of release 3.7.0, replaced by {@link #gatlingVersion}
*/
@Deprecated
void setToolVersion(String toolVersion) {
gatlingVersion = toolVersion
}

List<String> includes = List.of()
List<String> excludes = List.of()

Expand Down

0 comments on commit 557e8a7

Please sign in to comment.