aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-05-26 22:16:11 -0600
committerBryson Steck <brysonsteck@protonmail.com>2023-05-26 22:16:11 -0600
commit68ff0f0d78d9f7f14a2e96a725f7bd744df29bd4 (patch)
treefcec4bac2edb6d10756eeb4982f7be246404030f /build.gradle
parent01f6beb5139d98b29a13bfe389e59bb36c9861a3 (diff)
downloadServerCraft-68ff0f0d78d9f7f14a2e96a725f7bd744df29bd4.tar
ServerCraft-68ff0f0d78d9f7f14a2e96a725f7bd744df29bd4.tar.gz
ServerCraft-68ff0f0d78d9f7f14a2e96a725f7bd744df29bd4.tar.bz2
add properties backup
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 379e417..adb9fba 100644
--- a/build.gradle
+++ b/build.gradle
@@ -68,8 +68,6 @@ distTar {
}
jar {
- // archiveFileName = 'ServerCraft.jar'
-
manifest {
attributes 'Main-Class': application.mainClass
}