From 36a9cfaeb7f042ae0079b4e018e9729fc3355136e7befb3538c1eb751cac95e9 Mon Sep 17 00:00:00 2001 From: Minimons Date: Sat, 7 Mar 2026 17:23:00 +0100 Subject: [PATCH] NoIssue: Small cleanups --- build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3c62bdf..3a0685e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,16 +28,16 @@ repositories { } 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: testImplementation(platform("org.junit:junit-bom:6.0.2")) testImplementation("org.junit.jupiter:junit-jupiter") testRuntimeOnly("org.junit.platform:junit-platform-launcher") - 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 {