Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Update java version
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Jul 12, 2024
1 parent ff2ef76 commit e04dbec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = "0.1"
description = "The plugin that manages The Slimy Swamp's lobby world!"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
}

dependencies {
Expand All @@ -26,7 +26,7 @@ dependencies {
tasks {
compileJava {
options.encoding = Charsets.UTF_8.name()
options.release.set(17)
options.release.set(21)
}

javadoc {
Expand Down

0 comments on commit e04dbec

Please sign in to comment.