Skip to content

Commit 33a8740

Browse files
author
Jonas Claesson
committed
Github action
1 parent 28c17ea commit 33a8740

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
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Set up JDK 17
18+
- name: Set up JDK 19
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: '17'
21+
java-version: '19'
2222
distribution: 'temurin'
2323

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

0 commit comments

Comments
 (0)