Skip to content

Commit bbbd7c6

Browse files
committed
Update CI for JDK 17
1 parent 75a353d commit bbbd7c6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
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 11
23+
- name: Set up JDK 17
2424
uses: actions/setup-java@v2
2525
with:
26-
java-version: '11'
26+
java-version: '17'
2727
distribution: 'temurin'
2828
- name: Build with Gradle
2929
uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7

.github/workflows/maven.yml

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

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 11
19+
- name: Set up JDK 17
2020
uses: actions/setup-java@v2
2121
with:
22-
java-version: '11'
22+
java-version: '17'
2323
distribution: 'temurin'
2424
cache: maven
2525
- name: Build with Maven

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Any comments/bugs/better ways of doing things, send 'em my way.
3939
1. Facade
4040

4141
# Build Guide
42-
You'll need JDK 11+ installed on your dev box.
42+
You'll need JDK 17+ installed on your dev box.
4343

4444
## Gradle
4545
You can use the included Gradle wrapper to build the project and pull down the dependencies:

0 commit comments

Comments
 (0)