minidoro - update recipe

This commit is contained in:
Licaon_Kter 2023-08-24 09:45:55 +00:00
parent 07a59d4392
commit b050dbe401

View file

@ -8,7 +8,7 @@ IssueTracker: https://github.com/ympavlov/minidoro/issues
AutoName: Minidoro
RepoType: git
Repo: https://github.com/ympavlov/minidoro
Repo: https://github.com/ympavlov/minidoro.git
Builds:
- versionName: '1.0'
@ -78,6 +78,12 @@ Builds:
versionCode: 113
commit: 9028e56fa3b1d99608fca64857ccdadffb81f055
subdir: app
sudo:
- apt-get update
- apt-get remove openjdk-11-jdk-headless openjdk-11-jre-headless
- echo "deb http://deb.debian.org/debian sid main" > /etc/apt/sources.list.d/stretch.list
- apt-get update
- apt-get install -y -t sid openjdk-8-jdk-headless
gradle:
- yes