summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorGravatar modmuss502021-05-22 10:23:30 +0100
committerGravatar GitHub2021-05-22 10:23:30 +0100
commit63e2616c4017633d231fb9ae369fdfd57d2adaca (patch)
tree6e96d68441762b6654b303280661949f3672bc6c /.github/workflows/release.yml
parentBump version (diff)
downloadenigma-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 '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9590c18..6ea389b 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