Skip to content

Commit

Permalink
Target Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored and Konicai committed Dec 15, 2023
1 parent a13492e commit aaf38f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions bootstrap/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ plugins {
id("com.modrinth.minotaur") version "2.+"
}

indra {
javaVersions {
target(17)
}
}

dependencies {
//to change the versions see the gradle.properties file
minecraft(libs.fabric.minecraft)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ indra {
mitLicense()

javaVersions {
target(16)
target(17)
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ allprojects {

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

Expand Down

0 comments on commit aaf38f4

Please sign in to comment.