Explorar el Código

Add more logging

wip/gradle-reposilite
Sindre Stephansen hace 2 años
padre
commit
38effcde85
Firmado por: sindre <sindre@sindrestephansen.com> ID de clave GPG: B06FC67D17A46ADE
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      sync/resolve-deps.sh

+ 3
- 1
sync/resolve-deps.sh Ver fichero

@@ -35,12 +35,14 @@ if ! python3 ./generate-gradle.py --repo="repo:80" /package-list.txt; then
exit 255
fi

cat build.gradle.kts

echo "Check that reposilite is running"
wait_for_reposilite

if [ $? -lt 30 ]; then
echo "Running gradle"
gradle downloadDependencies
gradle --info downloadDependencies
else
echo "Can't connect to repository"
exit 255


Cargando…
Cancelar
Guardar