This website works better with JavaScript.
Home
Explore
Help
Sign In
sindre
/
maven-sync-setup
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix return code
wip/gradle-reposilite
Sindre Stephansen
2 years ago
parent
749c6a534f
commit
5378227573
Signed by:
sindre
<sindre@sindrestephansen.com>
GPG Key ID:
B06FC67D17A46ADE
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
sync/resolve-deps.sh
+ 0
- 1
sync/resolve-deps.sh
View File
@@ -41,7 +41,6 @@ wait_for_reposilite
if [ $? -lt 30 ]; then
echo "Running gradle"
gradle downloadDependencies
exit 0
else
echo "Can't connect to repository"
exit 255
Write
Preview
Loading…
Cancel
Save