mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-22 14:56:25 +01:00
Common module should still target Java 8
This commit is contained in:
parent
505c065956
commit
a99d2bcca8
1 changed files with 6 additions and 0 deletions
|
@ -6,3 +6,9 @@ dependencies {
|
||||||
api(libs.cumulus)
|
api(libs.cumulus)
|
||||||
api(libs.gson)
|
api(libs.gson)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
indra {
|
||||||
|
javaVersions {
|
||||||
|
target(8)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue