forked from SteamWar/SteamWar
Fix build.gradle.kts for CommonCore
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user