mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Use same indentation for witness.gradle in AS and script.
This commit is contained in:
@@ -22,5 +22,8 @@ done
|
||||
for project in ${PROJECTS[@]}
|
||||
do
|
||||
echo "Calculating new checksums for ${project} ..."
|
||||
./gradlew -q --configure-on-demand ${project}:calculateChecksums | grep -v '^\(Skipping\|Verifying\|Welcome to Gradle\)' > ${project}/witness.gradle
|
||||
./gradlew -q --configure-on-demand ${project}:calculateChecksums \
|
||||
| grep -v '^\(Skipping\|Verifying\|Welcome to Gradle\)' \
|
||||
| sed "s/ /\t/g" \
|
||||
> ${project}/witness.gradle
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user