From eb8709af1483696f4053bfea12f912201294826f Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 16 May 2023 22:43:38 -0600 Subject: bulk replace of package names to hopefully fix location error --- app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/build.gradle') 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'] } + -- cgit v1.2.3