From 97242b001b5d9a75a2c4145ec0a9cb3ac80a1f39 Mon Sep 17 00:00:00 2001 From: subochev Date: Wed, 1 Apr 2026 16:54:43 +0300 Subject: [PATCH] =?UTF-8?q?DEVX-191:=20=D0=A0=D0=B0=D0=B7=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=B0=D1=82=D1=8C=20Kubernetus=20=D1=81?= =?UTF-8?q?=D0=B5=D1=80=D0=B2=D0=B8=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup-gradle/action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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