1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-23 09:53: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": [ "java.configuration.updateBuildConfiguration": "interactive"
"pokemudry",
"Spritesheet"
]
} }

Binary file not shown.

View File

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