summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMoulberry <james.jenour@student.scotch.wa.edu.au>2020-07-26 12:12:25 +1000
committerMoulberry <james.jenour@student.scotch.wa.edu.au>2020-07-26 12:12:25 +1000
commitf0293a74282cece3aa8a2a328559889d6e187209 (patch)
treee4bb3d101b8b7e70a58f521a41a44071bb6cc0fa /build.gradle
parent16b89f752b83aa91f1697238d785eb97a4f01f61 (diff)
downloadNotEnoughUpdates-f0293a74282cece3aa8a2a328559889d6e187209.tar.gz
NotEnoughUpdates-f0293a74282cece3aa8a2a328559889d6e187209.tar.bz2
NotEnoughUpdates-f0293a74282cece3aa8a2a328559889d6e187209.zip
1.11.7
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 29128fba..909e51f3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
sourceCompatibility = 1.8
targetCompatibility = 1.8
-version = "1.0"
+version = "1.11.7"
group= "io.github.moulberry"
archivesBaseName = "NotEnoughUpdates"
String modid = "notenoughupdates"
@@ -49,6 +49,7 @@ mixin {
jar {
manifest.attributes(
+ 'Main-Class': 'NotSkyblockAddonsInstallerFrame',
'TweakClass': 'org.spongepowered.asm.launch.MixinTweaker',
'MixinConfigs': "mixins.${modid}.json",
'FMLCorePluginContainsFMLMod': true,