mirror of
https://github.com/Klagarge/PokeHES.git
synced 2024-11-23 09:53:28 +00:00
repare
This commit is contained in:
parent
bcd1434bc1
commit
0c11a5521f
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -1,6 +1,3 @@
|
|||||||
{
|
{
|
||||||
"cSpell.words": [
|
"java.configuration.updateBuildConfiguration": "interactive"
|
||||||
"pokemudry",
|
|
||||||
"Spritesheet"
|
|
||||||
]
|
|
||||||
}
|
}
|
Binary file not shown.
@ -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()
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
@ -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 {
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user