From 13c4c1cfc0f2ddcf53a9b2e4a1a516b795adb4f6 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 14 May 2023 13:44:35 -0600 Subject: complete rename to ServerCraft --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 340cf3e..114001f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ dependencies { application { // Define the main class for the application. - mainClass = 'xyz.brysonsteck.serverfordummies.MainKt' + mainClass = 'xyz.brysonsteck.servercraft.MainKt' } jar { -- cgit v1.2.3