1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-23 01:43:28 +00:00
This commit is contained in:
Rémi Heredero 2022-06-02 16:06:24 +02:00
parent bcd1434bc1
commit 0c11a5521f
4 changed files with 4 additions and 17 deletions

View File

@ -1,6 +1,3 @@
{
"cSpell.words": [
"pokemudry",
"Spritesheet"
]
"java.configuration.updateBuildConfiguration": "interactive"
}

Binary file not shown.

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()
}
*/

View File

@ -1,11 +0,0 @@
/*
* This Java source file was generated by the Gradle 'init' task.
*/
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class AppTest {
}