Skip to content

Commit a03ce9b

Browse files
Copilotoshai
andauthored
Upgrade Gradle wrapper to 8.14.3 (#563)
* Upgrade Gradle wrapper to 8.14.3 * Increase Gradle wrapper network timeout * Update gradle/actions/wrapper-validation to v4 --------- Co-authored-by: Ohad Shai <ohadshai@gmail.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: oshai <2683969+oshai@users.noreply.github.com>
1 parent 695426a commit a03ce9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v5
11-
- uses: gradle/wrapper-validation-action@v3
11+
- uses: gradle/actions/wrapper-validation@v4
1212
build:
1313
name: Build on ${{ matrix.os.runner }}
1414
runs-on: ${{ matrix.os.runner }}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
4-
networkTimeout=10000
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
4+
networkTimeout=30000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME
77
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)