Fix build.gradle.kts for CommonCore

This commit is contained in:
2024-08-04 22:00:43 +02:00
parent 39c0a6113b
commit d582dca5d4
+7
View File
@@ -58,4 +58,11 @@ sourceSets {
dependencies {
compileOnly("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.32")
testCompileOnly("org.projectlombok:lombok:1.18.32")
testAnnotationProcessor("org.projectlombok:lombok:1.18.32")
testImplementation("junit:junit:4.13.2")
testImplementation("org.hamcrest:hamcrest:2.2")
compileOnly("org.xerial:sqlite-jdbc:3.46.0.0")
}