This commit is contained in:
2026-04-21 10:30:57 +02:00
parent a594f125e1
commit f96df49b00
22 changed files with 233 additions and 342 deletions

View File

@@ -1,7 +1,16 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
allprojects {
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
}
}
repositories {
google()
mavenCentral()