mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 21:29:11 +00:00
build failed, requires Java 11
This commit is contained in:
parent
7c2c899105
commit
89a6325c36
2 changed files with 8 additions and 0 deletions
|
|
@ -195,6 +195,10 @@ Builds:
|
|||
versionCode: 171
|
||||
commit: 8a9ab3ced2a9a155c83f42e060e1e3c61baa5b3e
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- noGoogleApi
|
||||
- directVersion
|
||||
|
|
|
|||
|
|
@ -337,6 +337,10 @@ Builds:
|
|||
versionCode: 170
|
||||
commit: a77cdc4b23e0f81537d9c19bd7294c333fcd7457
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue