Test java version change

This commit is contained in:
Matthieu 2024-08-30 22:02:50 +02:00
parent a103954beb
commit af5f8b7384
1 changed files with 6 additions and 3 deletions

View File

@ -117,14 +117,17 @@ fdroid build:
paths:
- signed/
when: always
only:
- tags
#only:
# - tags
cache:
key: "$CI_JOB_NAME"
paths:
- .android
- .gradle
script:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
# Put the correct versionName and versionCode in the .fdroid.yml
- sed -e "s/\${versionName}/$(./gradlew -q printVersionName)/" -e "s/\${versionCode}/$(./gradlew -q printVersionCode)/" .fdroid.yml.template > .fdroid.yml
- rm .fdroid.yml.template