mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-12 17:28:05 +00:00
Merge branch 'feeder-gradle-patch' into 'master'
Added patch file to downgrade gradle version for Feeder See merge request fdroid/fdroiddata!6182
This commit is contained in:
commit
ca8cca7e45
2 changed files with 15 additions and 0 deletions
|
|
@ -512,6 +512,8 @@ Builds:
|
||||||
commit: 1.8.26
|
commit: 1.8.26
|
||||||
subdir: app
|
subdir: app
|
||||||
submodules: true
|
submodules: true
|
||||||
|
patch:
|
||||||
|
- gradle-version.patch
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
rm:
|
rm:
|
||||||
|
|
@ -528,6 +530,8 @@ Builds:
|
||||||
commit: 1.8.28
|
commit: 1.8.28
|
||||||
subdir: app
|
subdir: app
|
||||||
submodules: true
|
submodules: true
|
||||||
|
patch:
|
||||||
|
- gradle-version.patch
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
rm:
|
rm:
|
||||||
|
|
|
||||||
11
metadata/com.nononsenseapps.feeder/gradle-version.patch
Normal file
11
metadata/com.nononsenseapps.feeder/gradle-version.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
diff --git i/gradle/wrapper/gradle-wrapper.properties w/gradle/wrapper/gradle-wrapper.properties
|
||||||
|
index 1ba7206..ee69dd6 100644
|
||||||
|
--- i/gradle/wrapper/gradle-wrapper.properties
|
||||||
|
+++ w/gradle/wrapper/gradle-wrapper.properties
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
distributionBase=GRADLE_USER_HOME
|
||||||
|
distributionPath=wrapper/dists
|
||||||
|
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
|
||||||
|
+distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
|
||||||
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
zipStorePath=wrapper/dists
|
||||||
Loading…
Reference in a new issue