Skip to content

Commit 438b068

Browse files
committed
Update CI to use JDK 17
1 parent b10c15f commit 438b068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blueprints.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- name: Copy CI gradle.properties
2323
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
2424

25-
- name: Set up JDK 11
25+
- name: Set up JDK 17
2626
uses: actions/setup-java@v1
2727
with:
28-
java-version: 11
28+
java-version: 17
2929

3030
- uses: actions/cache@v2
3131
with:

0 commit comments

Comments
 (0)