mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Merge branch 'gradlew-fdroid-one-more-level' into 'master'
gradlew-fdroid: also search ../../gradle/ for wrapper files See merge request fdroid/fdroidserver!1655
This commit is contained in:
commit
0b6e304922
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ v_all=${plugin_v[@]}
|
|||
|
||||
# Earliest file takes priority
|
||||
# Last key takes priority if there are duplicates (matching java.util.Properties)
|
||||
for f in {.,..}/gradle/wrapper/gradle-wrapper.properties; do
|
||||
for f in {.,..,../..}/gradle/wrapper/gradle-wrapper.properties; do
|
||||
[[ -f $f ]] || continue
|
||||
while IFS='' read -r line || [ -n "$line" ]; do
|
||||
line=$(printf "$line" | tr -d '\r') # strip Windows linefeeds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue