mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00: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.gson)
|
||||
}
|
||||
|
||||
indra {
|
||||
javaVersions {
|
||||
target(8)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue