Skip to content

Commit 4c5fe94

Browse files
committed
Setting build to Java 21.
1 parent f1cc408 commit 4c5fe94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v3
26-
- name: Set up JDK 11
26+
- name: Set up JDK 21
2727
uses: actions/setup-java@v3
2828
with:
29-
java-version: '11'
29+
java-version: '21'
3030
distribution: 'temurin'
3131
- name: Setup Gradle
3232
uses: gradle/actions/setup-gradle@v4

0 commit comments

Comments
 (0)