summaryrefslogtreecommitdiff
path: root/desktop/build.gradle
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-06-01 00:51:20 +0500
committerilotterytea <iltsu@alright.party>2024-06-01 00:51:20 +0500
commite49f8b310d6032c99406baf04b5ec3eba0fd111f (patch)
tree5120a1fbbf923da5ee8bc8561ed1545855aa5547 /desktop/build.gradle
parent10e9df6190ddc3f9c8dd7c86482449bec4651e0c (diff)
upd: moved the whole project under kz.ilotterytea.maxon name
Diffstat (limited to 'desktop/build.gradle')
-rw-r--r--desktop/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/build.gradle b/desktop/build.gradle
index 02c57fd..0c1f3a2 100644
--- a/desktop/build.gradle
+++ b/desktop/build.gradle
@@ -2,7 +2,7 @@ sourceCompatibility = 11
sourceSets.main.java.srcDirs = [ "src/" ]
sourceSets.main.resources.srcDirs = ["../assets"]
-project.ext.mainClassName = "com.ilotterytea.maxoning.DesktopLauncher"
+project.ext.mainClassName = "kz.ilotterytea.maxon.DesktopLauncher"
project.ext.assetsDir = new File("../assets")
import org.gradle.internal.os.OperatingSystem