diff options
| author | 2016-08-19 10:48:19 +0200 | |
|---|---|---|
| committer | 2016-08-19 10:48:19 +0200 | |
| commit | 38a790423bddce4a928a83d8f17cc5f4a41eeb81 (patch) | |
| tree | 2b389595dd00204c16dff5f1900fcaa94bf206b5 /build.gradle | |
| parent | Update Procyon to 0.5.32 (diff) | |
| download | enigma-38a790423bddce4a928a83d8f17cc5f4a41eeb81.tar.gz enigma-38a790423bddce4a928a83d8f17cc5f4a41eeb81.tar.xz enigma-38a790423bddce4a928a83d8f17cc5f4a41eeb81.zip | |
Update Procyon (fix UTF-8 issues), disable debug line number in source code and make all decompiler settings configurable with system properties
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index dd8bfe72..3e64e68f 100644 --- a/build.gradle +++ b/build.gradle | |||
| @@ -66,7 +66,7 @@ configurations { | |||
| 66 | dependencies { | 66 | dependencies { |
| 67 | compile 'com.google.guava:guava:17.+' | 67 | compile 'com.google.guava:guava:17.+' |
| 68 | compile 'org.javassist:javassist:3.+' | 68 | compile 'org.javassist:javassist:3.+' |
| 69 | compile 'org.bitbucket.mstrobel:procyon-compilertools:0.5.32.3-enigma' | 69 | compile 'org.bitbucket.mstrobel:procyon-compilertools:0.5.33.6-enigma' |
| 70 | 70 | ||
| 71 | application 'de.sciss:syntaxpane:1.1.+' | 71 | application 'de.sciss:syntaxpane:1.1.+' |
| 72 | 72 | ||