Skip to content

Commit 99d02f1

Browse files
authored
Merge pull request #43 from iht/iht-patch-1
Update to Java 21
2 parents 82791e6 + adbbc8d commit 99d02f1

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
@@ -22,10 +22,10 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v5
25-
- name: Set up JDK 11
25+
- name: Set up JDK 21
2626
uses: actions/setup-java@v5
2727
with:
28-
java-version: '11'
28+
java-version: '21'
2929
distribution: 'temurin'
3030

3131
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.

0 commit comments

Comments
 (0)