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
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

View File

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