fix gradle input

This commit is contained in:
2025-04-22 14:44:57 +02:00
parent 0e2b07741d
commit 2b5c2ad663

View File

@@ -45,6 +45,10 @@ jar {
}
}
run {
standardInput = System.in
}
tasks.named('test') {
// Use JUnit Platform for unit tests.
useJUnitPlatform()