Fix build of 36C3 Schedule app.

+ Currently, Gradle 6.5.1 and 6.6 are not available on the build server.
  Therefore, the builds fail. Once the versions are installed this
  workaround can be removed.
This commit is contained in:
Tobias Preuss 2020-09-04 00:07:13 +02:00
parent 8757cf11c5
commit 3a6c6b8a0c

View file

@ -340,7 +340,9 @@ Builds:
subdir: app
gradle:
- ccc36c3
prebuild: cp local.properties gradle.properties
prebuild:
- cp local.properties gradle.properties
- sed -i -e 's/6.5.1/6.5/' ../gradle/wrapper/gradle-wrapper.properties
- versionName: 1.45.2
versionCode: 74
@ -348,7 +350,9 @@ Builds:
subdir: app
gradle:
- ccc36c3
prebuild: cp local.properties gradle.properties
prebuild:
- cp local.properties gradle.properties
- sed -i -e 's/6.6/6.5/' ../gradle/wrapper/gradle-wrapper.properties
AutoUpdateMode: Version v.%v
UpdateCheckMode: Tags