From 58c0aeb15a65324de08a914dfa62cc68a516a4e3 Mon Sep 17 00:00:00 2001 From: Runemoro Date: Mon, 9 Mar 2020 06:04:08 -0400 Subject: CFR support (#192) * Add decompiler API * Add CFR support--- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index d704bfa0..7d1e4196 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ apply plugin: 'com.github.johnrengelman.shadow' apply plugin: 'maven' group = 'cuchaz' -version = '0.14.3' +version = '0.15' def generatedSourcesDir = "$buildDir/generated-src" @@ -72,22 +72,22 @@ configurations { dependencies { compile 'com.google.guava:guava:28.0-jre' - compile 'net.fabricmc:procyon-fabric-compilertools:0.5.35.+' compile 'com.google.code.gson:gson:2.8.5' compile 'org.ow2.asm:asm:7.1' compile 'org.ow2.asm:asm-commons:7.1' compile 'org.ow2.asm:asm-tree:7.1' compile 'org.ow2.asm:asm-util:7.1' - compile 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3' + compile 'net.fabricmc:procyon-fabric-compilertools:0.5.35.+' + compile 'net.fabricmc:cfr:0.0.1' + application name: "darcula", version: "1.0.0" application 'de.sciss:syntaxpane:1.2.+' application 'me.xdrop:fuzzywuzzy:1.2.0' testCompile 'junit:junit:4.+' testCompile 'org.hamcrest:hamcrest-all:1.+' - proGuard 'net.sf.proguard:proguard-base:5.+' } -- cgit v1.2.3