Skip to content

Commit

Permalink
Merge pull request #1 from HibiscusMC/remapped
Browse files Browse the repository at this point in the history
[pull] remapped from HibiscusMC:remapped
  • Loading branch information
INSide-734 authored Jul 6, 2024
2 parents 7e74d2a + d26e7df commit 5cac87f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ tasks {

compileJava {
options.encoding = Charsets.UTF_8.name()
options.release.set(17)
options.release.set(21)
}

javadoc {
Expand All @@ -123,7 +123,7 @@ tasks {
}

runServer {
minecraftVersion("1.20.4")
minecraftVersion("1.20.6")
}

shadowJar {
Expand Down Expand Up @@ -257,6 +257,6 @@ bukkit {
}

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

0 comments on commit 5cac87f

Please sign in to comment.