mirror of
https://github.com/Klagarge/PokeHES.git
synced 2024-11-26 11:03:28 +00:00
commit
28c14ce9c3
5
.gitignore
vendored
5
.gitignore
vendored
@ -5,7 +5,4 @@
|
||||
build
|
||||
|
||||
# Ignore bin
|
||||
.\app\bin
|
||||
./app/bin
|
||||
\app\bin
|
||||
/app/bin
|
||||
app/bin/
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -1,4 +1,5 @@
|
||||
{
|
||||
"java.configuration.updateBuildConfiguration": "interactive"
|
||||
"cSpell.words": [
|
||||
"pokemudry",
|
||||
"Spritesheet"
|
||||
|
@ -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