NoIssue: Small cleanups

This commit is contained in:
2026-03-07 17:23:00 +01:00
parent 2329a8f6a9
commit 36a9cfaeb7

View File

@@ -28,16 +28,16 @@ repositories {
} }
dependencies { dependencies {
// The test classes are compiled with these:
implementation("com.r35157.nenjim:kicker-api:0.1-dev")
implementation("com.r35157.nenjim:kicker-impl-ref:0.1-dev")
// The JUnit platform will not be included in the JAR file but are needed for running the tests: // The JUnit platform will not be included in the JAR file but are needed for running the tests:
testImplementation(platform("org.junit:junit-bom:6.0.2")) testImplementation(platform("org.junit:junit-bom:6.0.2"))
testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly("org.junit.platform:junit-platform-launcher") testRuntimeOnly("org.junit.platform:junit-platform-launcher")
compileOnly("org.jetbrains:annotations:26.0.2-1") compileOnly("org.jetbrains:annotations:26.0.2-1")
// The test classes are compiled with these:
implementation("com.r35157.nenjim:kicker-api:0.1-dev")
implementation("com.r35157.nenjim:kicker-impl-ref:0.1-dev")
} }
java { java {