mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
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:
parent
fee73e581a
commit
b7ea6e47b7
1 changed files with 18 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue