Skip to content

Commit

Permalink
Merge branch '1.16.x/dev' into 1.16.x/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashyReese committed Mar 14, 2023
2 parents 3c22d44 + 608151d commit fa34098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ build {

tasks.withType(JavaCompile).configureEach {
// Minecraft 1.18 (1.18-pre2) upwards uses Java 17.
it.options.release = 17
it.options.release = 8
}

java {
Expand Down

0 comments on commit fa34098

Please sign in to comment.