From 1a317a7306a0ff2283a59b57ef3e1b8262301c1c Mon Sep 17 00:00:00 2001 From: cpw Date: Sun, 10 May 2020 20:34:57 -0400 Subject: [PATCH] Update to newer eventbus, with typetools compatibility with jvms up to j14. No guarantees on actual game compatibility however. Signed-off-by: cpw --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 96edc1902..1229acdfb 100644 --- a/build.gradle +++ b/build.gradle @@ -435,7 +435,7 @@ project(':forge') { installer 'cpw.mods:modlauncher:5.1.+' installer 'cpw.mods:grossjava9hacks:1.3.+' installer 'net.minecraftforge:accesstransformers:2.1.+:shadowed' - installer 'net.minecraftforge:eventbus:2.1.+:service' + installer 'net.minecraftforge:eventbus:2.2.+:service' installer 'net.minecraftforge:forgespi:2.1.+' installer 'net.minecraftforge:coremods:2.0.+' installer 'net.minecraftforge:unsafe:0.2.+' @@ -443,7 +443,7 @@ project(':forge') { installer 'com.electronwill.night-config:toml:3.6.2' installer 'org.jline:jline:3.12.+' installer 'org.apache.maven:maven-artifact:3.6.0' - installer 'net.jodah:typetools:0.6.1' + installer 'net.jodah:typetools:0.8.+' installer 'org.apache.logging.log4j:log4j-api:2.11.2' installer 'org.apache.logging.log4j:log4j-core:2.11.2' installer 'net.minecrell:terminalconsoleappender:1.2.+'