build failed, requires Java 11

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

View file

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

View file

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