1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-20 23:39:22 +00:00

Let the fabric module really use Java 17 (#4231)

* Let the fabric module really use java 17

* Remove unnecessary target/source compat; handled by indra instead
This commit is contained in:
chris
2023-10-20 22:17:43 +02:00
committed by GitHub
parent 450e3b61fe
commit 51236f7a59

View File

@@ -5,9 +5,10 @@ plugins {
id("com.modrinth.minotaur") version "2.+" id("com.modrinth.minotaur") version "2.+"
} }
java { indra {
targetCompatibility = JavaVersion.VERSION_17 javaVersions {
sourceCompatibility = JavaVersion.VERSION_17 target(17)
}
} }
dependencies { dependencies {