build failed, requires Java 11

This commit is contained in:
Izzy 2021-08-26 01:51:18 +02:00
parent 89a6325c36
commit e45b8dca69
No known key found for this signature in database
GPG key ID: 5841AA5BBD64591E
2 changed files with 8 additions and 0 deletions

View file

@ -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:

View file

@ -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