Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Julian Dehm
briar
Commits
f399ce92
Verified
Commit
f399ce92
authored
Aug 15, 2018
by
Torsten Grote
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use gradle wrapper for updating dependency pinning instead of local gradle
parent
30e036c6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
update-dependency-pinning.sh
update-dependency-pinning.sh
+1
-1
No files found.
update-dependency-pinning.sh
View file @
f399ce92
...
...
@@ -21,5 +21,5 @@ done
for
project
in
${
PROJECTS
[@]
}
do
echo
"Calculating new checksums for
${
project
}
..."
gradle
-q
${
project
}
:calculateChecksums |
grep
-v
'^Verifying'
>
${
project
}
/witness.gradle
./
gradle
w
-q
${
project
}
:calculateChecksums |
grep
-v
'^Verifying'
>
${
project
}
/witness.gradle
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment