1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Common module should still target Java 8

This commit is contained in:
Tim203
2023-08-15 17:52:07 +02:00
parent 505c065956
commit a99d2bcca8

View File

@@ -6,3 +6,9 @@ dependencies {
api(libs.cumulus) api(libs.cumulus)
api(libs.gson) api(libs.gson)
} }
indra {
javaVersions {
target(8)
}
}