Updated build of Forkyz (for Version 11)

The next version of Forkyz requires Java 11. It may build on Java 8, but
a compiler warning is generated about database migrations, that may have
problematic consequences.

Add sudo to build to install/use Java 11.
This commit is contained in:
Matthew Hague 2021-09-10 09:16:25 +01:00 committed by linsui
parent fee73e581a
commit b7ea6e47b7

View file

@ -80,7 +80,23 @@ Builds:
- gfx/*.icns
- gfx/*.opacity
- versionName: '11'
versionCode: 1100000
commit: b317e316a2914565acd31ddd50704c33c8357588
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
rm:
- puzlib/src/test
scanignore:
- gfx/*.icns
- gfx/*.opacity
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '10'
CurrentVersionCode: 1000000
CurrentVersion: '11'
CurrentVersionCode: 1100000