summaryrefslogtreecommitdiff
path: root/enigma
diff options
context:
space:
mode:
authorGravatar modmuss502021-11-17 11:38:32 +0000
committerGravatar GitHub2021-11-17 11:38:32 +0000
commit0e8a076d39c0fa7101cd724e0e96516b7e01238b (patch)
tree5e319d15f43e18ea52e49c585001663b6577a575 /enigma
parentDon't drop none root method mappings that have args/local mappings. (#434) (diff)
downloadenigma-fork-0e8a076d39c0fa7101cd724e0e96516b7e01238b.tar.gz
enigma-fork-0e8a076d39c0fa7101cd724e0e96516b7e01238b.tar.xz
enigma-fork-0e8a076d39c0fa7101cd724e0e96516b7e01238b.zip
Update deps & Java 17 (#435)
* Update deps * Java 17
Diffstat (limited to 'enigma')
-rw-r--r--enigma/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/enigma/build.gradle b/enigma/build.gradle
index 7b1a5f5..3ab716d 100644
--- a/enigma/build.gradle
+++ b/enigma/build.gradle
@@ -9,9 +9,9 @@ dependencies {
9 implementation 'org.ow2.asm:asm-util:9.2' 9 implementation 'org.ow2.asm:asm-util:9.2'
10 10
11 implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13' 11 implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13'
12 implementation 'net.fabricmc:cfr:0.0.8' 12 implementation 'net.fabricmc:cfr:0.0.9'
13 13
14 proGuard 'com.guardsquare:proguard-base:7.2.0-beta1' 14 proGuard 'com.guardsquare:proguard-base:7.2.0-beta2'
15} 15}
16 16
17// Generate "version.txt" file 17// Generate "version.txt" file
@@ -47,7 +47,7 @@ file('src/test/java/cuchaz/enigma/inputs').listFiles().each { theFile ->
47 47
48 task("${theFile.name}TestObf", type: JavaExec, 48 task("${theFile.name}TestObf", type: JavaExec,
49 dependsOn: "${theFile.name}TestJar") { 49 dependsOn: "${theFile.name}TestJar") {
50 main 'proguard.ProGuard' 50 mainClass = 'proguard.ProGuard'
51 classpath configurations.proGuard 51 classpath configurations.proGuard
52 52
53 args '@src/test/resources/proguard-test.conf', '-injars', file('build/test-inputs/' + 53 args '@src/test/resources/proguard-test.conf', '-injars', file('build/test-inputs/' +