init home and upgrade gradle-properties

This commit is contained in:
2025-04-18 00:38:54 +02:00
parent 23d2a705dd
commit 44cef36d00
8 changed files with 33 additions and 9 deletions
@@ -0,0 +1,15 @@
package at.mocode
import org.junit.jupiter.api.Assertions.*
import org.junit.jupiter.api.Test
class ApplicationTest {
@Test
fun main() {
}
@Test
fun module() {
}
}