Skip to content

Commit 1c1d35a

Browse files
committed
changed gradle configuration, fixed some problems with main class.
1 parent 75e67ac commit 1c1d35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ext {
1919
gameNetworkLibVersion = '1.0.6-SNAPSHOT'
2020
apacheCommonsLangVersion = '3.5'
2121

22-
mainClassName = "com.jukusoft.libgdx.rpg.desktop.DesktopLauncher"
22+
mainClassName = "dev.game.spacechaos.launcher.Main"
2323
}
2424

2525
repositories {

0 commit comments

Comments
 (0)