k9: use gradle 5.6.4 until 6.0.1 is on the buildserver

cketti said it'll be fine :-).
This commit is contained in:
Marcus Hoffmann 2019-12-10 23:32:11 +01:00
parent 0fda7195bb
commit 989b07f1a5

View file

@ -482,11 +482,13 @@ Builds:
output: app/k9mail/build/outputs/apk/release/k9mail-release-unsigned.apk
rm:
- tools/android-studio/settings.jar
prebuild: echo 'org.gradle.jvmargs=-Xmx1g' >> ../../gradle.properties
prebuild:
- echo 'org.gradle.jvmargs=-Xmx1g' >> gradle.properties
- sed -i -e 's/6.0.1/5.6.4/' gradle/wrapper/gradle-wrapper.properties
MaintainerNotes: |-
Use output instead of subdir to make gradlew-fdroid correctly determine the gradle version to be used.
It doesn't work when using subdir because we are two levels deep into thedirectory structure.
It doesn't work when using subdir because we are two levels deep into the directory structure.
AutoUpdateMode: Version %v
UpdateCheckMode: RepoManifest/5.6-MAINT