diff options
| author | 2021-05-22 10:23:30 +0100 | |
|---|---|---|
| committer | 2021-05-22 10:23:30 +0100 | |
| commit | 63e2616c4017633d231fb9ae369fdfd57d2adaca (patch) | |
| tree | 6e96d68441762b6654b303280661949f3672bc6c /.github/workflows/release.yml | |
| parent | Bump version (diff) | |
| download | enigma-63e2616c4017633d231fb9ae369fdfd57d2adaca.tar.gz enigma-63e2616c4017633d231fb9ae369fdfd57d2adaca.tar.xz enigma-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 '')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9590c180..6ea389b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -4,7 +4,7 @@ jobs: | |||
| 4 | build: | 4 | build: |
| 5 | runs-on: ubuntu-20.04 | 5 | runs-on: ubuntu-20.04 |
| 6 | container: | 6 | container: |
| 7 | image: openjdk:15-jdk | 7 | image: openjdk:16-jdk |
| 8 | options: --user root | 8 | options: --user root |
| 9 | steps: | 9 | steps: |
| 10 | - uses: actions/checkout@v1 | 10 | - uses: actions/checkout@v1 |