Repackage system

This commit is contained in:
2021-01-31 09:43:52 +01:00
parent 42ba67fbb2
commit aa81a9d608
41 changed files with 115 additions and 124 deletions

View File

@@ -82,5 +82,5 @@ dependencies {
application {
// Define the main class for the application.
mainClass = 'com.bartlomiejpluta.samplegame.App'
mainClass = 'com.bartlomiejpluta.base.App'
}