From 557e8a754c7fd8c47fc87387f91f4fbce5a3534f Mon Sep 17 00:00:00 2001 From: slandelle Date: Mon, 4 Mar 2024 14:27:52 +0100 Subject: [PATCH] chore: drop legacy toolVersion option Motivation: Replaced with gatlingVersion as of Gatling 3.7.0. --- .../io/gatling/gradle/GatlingPluginExtension.groovy | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/main/groovy/io/gatling/gradle/GatlingPluginExtension.groovy b/src/main/groovy/io/gatling/gradle/GatlingPluginExtension.groovy index 86de0fd..bd75ecb 100644 --- a/src/main/groovy/io/gatling/gradle/GatlingPluginExtension.groovy +++ b/src/main/groovy/io/gatling/gradle/GatlingPluginExtension.groovy @@ -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 includes = List.of() List excludes = List.of()