mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-03 20:48:49 -04:00
Cutting our losses and returning to java 8 - we won't solve this today, at least let's release.
This commit is contained in:
parent
7228b2d4ae
commit
5e7843c963
3
.github/workflows/buildAndDeploy.yml
vendored
3
.github/workflows/buildAndDeploy.yml
vendored
@ -31,8 +31,9 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/setup-java@v1
|
||||
# Don't upgrade to java 11 until you've managed to run packr with it.
|
||||
with:
|
||||
java-version: '11'
|
||||
java-version: '8'
|
||||
|
||||
- name: classes
|
||||
run: ./gradlew classes
|
||||
|
Loading…
x
Reference in New Issue
Block a user