From 5d23663b1c37b08c1a0a91cffc15e26b02e8d3d0 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 16 May 2018 09:06:07 +0100 Subject: Fix method parameter info sometimes causing the exported class to become invalid. This fixes intelij not reading the class successfully, thus preventing it from being used. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 4669a2ac..c65ccca2 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ configurations { dependencies { compile 'com.google.guava:guava:21.+' - compile 'org.javassist:javassist:3.21.0-GA' + compile 'org.javassist:javassist:3.22.0-GA' compile 'org.bitbucket.mstrobel:procyon-compilertools:0.5.33.8-enigma' compile 'com.google.code.gson:gson:2.8.1' -- cgit v1.2.3