Skip to content

Commit

Permalink
Remove java.toolchain vendor from cli-bot module
Browse files Browse the repository at this point in the history
  • Loading branch information
serpro69 committed May 19, 2024
1 parent d9cd70a commit 120d2c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli-bot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ application {
java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)
vendor.set(JvmVendorSpec.matching("Temurin"))
}
}

Expand Down

0 comments on commit 120d2c7

Please sign in to comment.