Skip to content

Commit

Permalink
remove deprecated -target (#78)
Browse files Browse the repository at this point in the history
* remove jdk specification, use default instead
  • Loading branch information
MahatmaFatalError authored Jun 29, 2023
1 parent 4575e36 commit 98e9e4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/groovy/io/gatling/gradle/GatlingPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ final class GatlingPlugin implements Plugin<Project> {
project.tasks.named("compileGatlingScala").configure {
scalaCompileOptions.with {
additionalParameters = [
"-target:jvm-1.8",
"-deprecation",
"-feature",
"-unchecked",
Expand Down

0 comments on commit 98e9e4f

Please sign in to comment.