diff options
| author | 2021-05-22 10:23:30 +0100 | |
|---|---|---|
| committer | 2021-05-22 10:23:30 +0100 | |
| commit | 63e2616c4017633d231fb9ae369fdfd57d2adaca (patch) | |
| tree | 6e96d68441762b6654b303280661949f3672bc6c /enigma/build.gradle | |
| parent | Bump version (diff) | |
| download | enigma-fork-63e2616c4017633d231fb9ae369fdfd57d2adaca.tar.gz enigma-fork-63e2616c4017633d231fb9ae369fdfd57d2adaca.tar.xz enigma-fork-63e2616c4017633d231fb9ae369fdfd57d2adaca.zip | |
Update to Java 16 (#390)
* Java 16
* Cleanup
* Set CFR as the default decompiler, it seems to handle j16 stuff better
* Update build.gradle
Co-authored-by: YanisBft <doublecraft.official@gmail.com>
* Update proguard, disable broken tests
Co-authored-by: YanisBft <doublecraft.official@gmail.com>
Diffstat (limited to 'enigma/build.gradle')
| -rw-r--r-- | enigma/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/enigma/build.gradle b/enigma/build.gradle index 7b7f1e0..c3d2604 100644 --- a/enigma/build.gradle +++ b/enigma/build.gradle | |||
| @@ -11,7 +11,7 @@ dependencies { | |||
| 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.3' | 12 | implementation 'net.fabricmc:cfr:0.0.3' |
| 13 | 13 | ||
| 14 | proGuard 'com.guardsquare:proguard-base:7.1.0-beta1' | 14 | proGuard 'com.guardsquare:proguard-base:7.1.0-beta4' |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | // Generate "version.txt" file | 17 | // Generate "version.txt" file |