Skip to content

Commit

Permalink
Update CI to use JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
dturner committed Apr 8, 2024
1 parent b10c15f commit 438b068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blueprints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Copy CI gradle.properties
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 438b068

Please sign in to comment.