Skip to content

Commit

Permalink
build > use = instead of .set()
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jun 3, 2024
1 parent 754b644 commit 42aa20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt-cli-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group = "com.hivemq"

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
languageVersion = JavaLanguageVersion.of(8)
}
}

Expand Down

0 comments on commit 42aa20c

Please sign in to comment.