diff --git a/setup-gradle/action.yml b/setup-gradle/action.yml index b992b63..5d859cb 100644 --- a/setup-gradle/action.yml +++ b/setup-gradle/action.yml @@ -7,5 +7,8 @@ runs: - name: "Setup gradle project" shell: bash run: | + echo "Updating gradle wrapper properties" sed -i 's|distributionUrl=https://nexus.isb/repository/gradleorg-raw-proxy|distributionUrl=https://services.gradle.org/distributions|g' ./gradle/wrapper/gradle-wrapper.properties - chmod +x ./gradlew \ No newline at end of file + chmod +x ./gradlew + echo 'Result properties:' + cat ./gradle/wrapper/gradle-wrapper.properties \ No newline at end of file