1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-01 14:12:55 +00:00

chore: update gradle

This commit is contained in:
2025-03-22 10:20:35 +01:00
parent 3c5639708f
commit f027339425
2 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,9 @@ var versions = mapOf(
)
java {
sourceCompatibility = JavaVersion.VERSION_21
toolchain {
languageVersion = JavaLanguageVersion.of(21)
}
}
sourceSets {