Skip to content

Commit 8a3bb97

Browse files
committed
java 23
1 parent 79a0148 commit 8a3bb97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/gradle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v2
23-
- name: Set up JDK 17
23+
- name: Set up JDK 23
2424
uses: actions/setup-java@v2
2525
with:
26-
java-version: '17'
26+
java-version: '23'
2727
distribution: 'adopt'
2828
- name: Build with Gradle
2929
uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021

0 commit comments

Comments
 (0)