Skip to content

Commit 35e37f9

Browse files
committed
Gradle 8.14-rc-2
1 parent a14ac1e commit 35e37f9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/nebula.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
8
3939
${{ matrix.java }}
4040
java-package: jdk
41-
- uses: actions/cache@v1
41+
- uses: actions/cache@v4
4242
id: gradle-cache
4343
with:
4444
path: ~/.gradle/caches
4545
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
4646
restore-keys: |
4747
- ${{ runner.os }}-gradle-
48-
- uses: actions/cache@v1
48+
- uses: actions/cache@v4
4949
id: gradle-wrapper-cache
5050
with:
5151
path: ~/.gradle/wrapper
@@ -78,14 +78,14 @@ jobs:
7878
8
7979
21
8080
java-package: jdk
81-
- uses: actions/cache@v1
81+
- uses: actions/cache@v4
8282
id: gradle-cache
8383
with:
8484
path: ~/.gradle/caches
8585
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
8686
restore-keys: |
8787
- ${{ runner.os }}-gradle-
88-
- uses: actions/cache@v1
88+
- uses: actions/cache@v4
8989
id: gradle-wrapper-cache
9090
with:
9191
path: ~/.gradle/wrapper
@@ -123,14 +123,14 @@ jobs:
123123
8
124124
21
125125
java-package: jdk
126-
- uses: actions/cache@v1
126+
- uses: actions/cache@v4
127127
id: gradle-cache
128128
with:
129129
path: ~/.gradle/caches
130130
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
131131
restore-keys: |
132132
- ${{ runner.os }}-gradle-
133-
- uses: actions/cache@v1
133+
- uses: actions/cache@v4
134134
id: gradle-wrapper-cache
135135
with:
136136
path: ~/.gradle/wrapper

gradle/wrapper/gradle-wrapper.properties

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-
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionSha256Sum=64caf15a08354b01c3c32de0e433179e6678041e8dfe8aa2a27da06ec81c7e35
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-rc-2-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)