diff --git a/metadata/de.sorunome.unifiednlp.trains.yml b/metadata/de.sorunome.unifiednlp.trains.yml index ccf988d62e..34a2869d28 100644 --- a/metadata/de.sorunome.unifiednlp.trains.yml +++ b/metadata/de.sorunome.unifiednlp.trains.yml @@ -29,7 +29,26 @@ Builds: - gradle publishToMavenLocal - popd + - versionName: 1.4.0 + versionCode: 20033 + commit: f51c7d5bd110140d8704a8c3780422603c136599 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + srclibs: + - earth-gravitational-model@v1.0.0 + prebuild: sed -i -e '/git {/,+4d' -e '/google/amavenLocal()' -e "/implementation/aimplementation + 'com.barbeaudev:earth-gravitational-model:1.0.0'" build.gradle + build: + - pushd $$earth-gravitational-model$$ + - gradle build + - gradle publishToMavenLocal + - popd + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: v0.1.0 -CurrentVersionCode: 13 +CurrentVersion: 1.4.0 +CurrentVersionCode: 20033