Skip to content

Commit 6502669

Browse files
HzjNeverStop致节
andauthored
Add ci for jdk21 runtime (#1265)
* add ci for jdk 21 * update gradle 8.4 --------- Co-authored-by: 致节 <[email protected]>
1 parent 9449fb9 commit 6502669

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
strategy:
1818
matrix:
19-
jdk: [17]
19+
jdk: [17, 21]
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Set up JDK
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)