Add CommonCore module

This commit is contained in:
2024-08-04 20:37:28 +02:00
parent 11b4fd3b9b
commit 3e6f8c9b91
88 changed files with 6728 additions and 0 deletions
+14
View File
@@ -40,4 +40,18 @@ sourceSets {
exclude("**/*.java", "**/*.kt")
}
}
test {
java {
srcDirs("testsrc/")
}
resources {
srcDirs("testsrc/")
exclude("**/*.java", "**/*.kt")
}
}
}
dependencies {
compileOnly("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.32")
}