From a01c1cdc3a7115e900d4041667720feedf645e6b Mon Sep 17 00:00:00 2001 From: LexManos Date: Fri, 5 Jul 2019 13:26:23 -0700 Subject: [PATCH] Fix installer realms issue on server. Uptake EventBus changes to fix some potential dead locks. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8c3a8adf6..8cced208d 100644 --- a/build.gradle +++ b/build.gradle @@ -576,7 +576,7 @@ project(':forge') { task installerJson(dependsOn: [launcherJson, genClientBinPatches, applyClientBinPatches, applyServerBinPatches/*, createClientSRG, createServerSRG*/]) { ext { output = file('build/install_profile.json') - INSTALLER_TOOLS = 'net.minecraftforge:installertools:1.1.1' + INSTALLER_TOOLS = 'net.minecraftforge:installertools:1.1.4' JAR_SPLITTER = 'net.minecraftforge:jarsplitter:1.1.0' } doFirst {