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
89a6325c36
commit
e45b8dca69
2 changed files with 8 additions and 0 deletions
|
|
@ -234,6 +234,10 @@ Builds:
|
|||
versionCode: 34
|
||||
commit: 4576abc5ddfc9e79056e9ea0223b37af004ae672
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
|
|
|
|||
|
|
@ -60,6 +60,10 @@ Builds:
|
|||
versionCode: 34
|
||||
commit: e0c83f737dff0d15f7b2c439e6587627eb0ff169
|
||||
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