Skip to content

Commit

Permalink
Bump java version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Nov 12, 2024
1 parent e4d07e1 commit e4ab4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group = "net.azisaba"
version = "6.19.0+1.15.2"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(8))
toolchain.languageVersion.set(JavaLanguageVersion.of(11))

withJavadocJar()
withSourcesJar()
Expand Down

0 comments on commit e4ab4ae

Please sign in to comment.