Skip to content

Commit 7bef7b5

Browse files
committed
Merge branch 'bump-gradle'
2 parents 7fe1a61 + f1a24d5 commit 7bef7b5

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818

1919
steps:
20-
- uses: huanshankeji/.github/actions/gradle-test-and-check@v0.1.0
20+
- uses: huanshankeji/.github/actions/gradle-test-and-check@v0.2.0
2121
with:
2222
jdk-versions: 17-temurin
2323

@@ -30,7 +30,6 @@ jobs:
3030
contents: write
3131

3232
steps:
33-
- uses: huanshankeji/.github/actions/dependency-submission@v0.1.0
33+
- uses: huanshankeji/.github/actions/gradle-dependency-submission@v0.2.0
3434
with:
35-
java-version: 17
36-
distribution: temurin
35+
jdk-versions: 17-temurin

.github/workflows/demo-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/configure-pages@v5
3333

3434
- name: Set up JDK 17
35-
uses: actions/setup-java@v4
35+
uses: actions/setup-java@v5
3636
with:
3737
java-version: "17"
3838
distribution: "temurin"

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)