aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2122a79..5270585 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -53,7 +53,7 @@ dependencies {
application {
// Define the main class for the application.
- mainClass = 'xyz.brysonsteck.servercraft.MainKt'
+ mainClass = 'xyz.brysonsteck.ServerCraft.MainKt'
applicationName = "ServerCraft"
}
@@ -75,7 +75,7 @@ jar {
}
task pack(type: io.github.fvarrui.javapackager.gradle.PackageTask, dependsOn: build) {
- mainClass = 'xyz.brysonsteck.servercraft.MainKt'
+ mainClass = 'xyz.brysonsteck.ServerCraft.MainKt'
bundleJre = true
generateInstaller = true
administratorRequired = false
@@ -112,3 +112,4 @@ javafx {
version = "20"
modules = ['javafx.controls', 'javafx.fxml', 'javafx.graphics']
}
+