mirror of
				https://github.com/Klagarge/PokeHES.git
				synced 2025-10-31 03:39:16 +00:00 
			
		
		
		
	
							
								
								
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -5,7 +5,4 @@ | |||||||
| build | build | ||||||
|  |  | ||||||
| # Ignore bin | # 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": [ |     "cSpell.words": [ | ||||||
|         "pokemudry", |         "pokemudry", | ||||||
|         "Spritesheet" |         "Spritesheet" | ||||||
|   | |||||||
| @@ -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 { |  | ||||||
|      |  | ||||||
| } |  | ||||||
		Reference in New Issue
	
	Block a user