add another stupid magic command to gradle file because things stop working by default

Sat, 30 Dec 2023 13:34:06 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 30 Dec 2023 13:34:06 +0100
changeset 297
24155683fc89
parent 296
355c86eaeca5
child 299
238de141d189

add another stupid magic command to gradle file because things stop working by default

build.gradle.kts file | annotate | diff | comparison | revisions
--- a/build.gradle.kts	Fri Nov 24 00:07:36 2023 +0100
+++ b/build.gradle.kts	Sat Dec 30 13:34:06 2023 +0100
@@ -19,6 +19,10 @@
     targetCompatibility = "11"
 }
 
+tasks.test {
+    useJUnitPlatform()
+}
+
 tasks.jar {
     enabled = false
 }

mercurial