aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorbowser0000 <bowser0000@gmail.com>2021-03-18 18:40:02 -0400
committerGitHub <noreply@github.com>2021-03-18 18:40:02 -0400
commit23b8350c8e9d2cf9122afe9c787e75ad2bc42b36 (patch)
tree3a526604c2015478bdc4c30abc518717e91cf783 /build.gradle
parent42449d4110853d43b40c50f96c2814b865d24f8d (diff)
parent0208030006619bcd61362c2d73ee4f1f6e94f75d (diff)
downloadSkyblockMod-23b8350c8e9d2cf9122afe9c787e75ad2bc42b36.tar.gz
SkyblockMod-23b8350c8e9d2cf9122afe9c787e75ad2bc42b36.tar.bz2
SkyblockMod-23b8350c8e9d2cf9122afe9c787e75ad2bc42b36.zip
Merge pull request #77 from RabbitType99/InstallerFrame
Added an Installer Frame, ghost loot display, highlight slayer bosses and Arachne, merged all of CuzImClicks Pull requests.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle13
1 files changed, 13 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 79291b2..bc2b7b6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,6 +67,19 @@ dependencies {
}
+
+
+jar {
+ manifest.attributes(
+ 'Main-Class': 'DefenitlyNotAJoikedInstallerFrame',
+ )
+}
+
+
+
+
+
+
processResources
{
// this will ensure that this task is redone when the versions change.