Skip to content

Commit 81139d7

Browse files
author
Robbie Plankenhorn
committed
Setting up Java.
1 parent 91d5ee2 commit 81139d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout the code
1616
uses: actions/checkout@v5
1717

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

2424
- name: Cache Gradle packages

0 commit comments

Comments
 (0)