1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-30 19:29:17 +00:00
This commit is contained in:
2022-06-02 16:06:24 +02:00
parent bcd1434bc1
commit 0c11a5521f
4 changed files with 4 additions and 17 deletions

View File

@@ -32,10 +32,11 @@ dependencies {
application {
// Define the main class for the application.
mainClass = 'pokemudry.App'
mainClass = 'PokeMudry'
}
/*
tasks.named('test') {
// Use JUnit Platform for unit tests.
useJUnitPlatform()
}
*/