mirror of
https://github.com/Klagarge/PokeHES.git
synced 2024-11-23 01:43: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": [
|
||||
"pokemudry",
|
||||
"Spritesheet"
|
||||
]
|
||||
"java.configuration.updateBuildConfiguration": "interactive"
|
||||
}
|
Binary file not shown.
@ -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()
|
||||
}
|
||||
*/
|
||||
|
@ -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