diff --git a/metadata/org.unifiedpush.distributor.nextpush.yml b/metadata/org.unifiedpush.distributor.nextpush.yml index fda0499bed..8ac9709b7e 100644 --- a/metadata/org.unifiedpush.distributor.nextpush.yml +++ b/metadata/org.unifiedpush.distributor.nextpush.yml @@ -220,7 +220,18 @@ Builds: gradle: - yes + - versionName: 1.8.0 + versionCode: 27 + commit: 08aca7b5bdbf67bca0284c7445a7d0d85db8fa1c + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags ^[\d.]+$ -CurrentVersion: 1.7.1 -CurrentVersionCode: 26 +CurrentVersion: 1.8.0 +CurrentVersionCode: 27