We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684c5ac commit f365158Copy full SHA for f365158
1 file changed
.github/workflows/blueprints.yaml
@@ -22,10 +22,10 @@ jobs:
22
- name: Copy CI gradle.properties
23
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
24
25
- - name: Set up JDK 11
+ - name: Set up JDK 17
26
uses: actions/setup-java@v1
27
with:
28
- java-version: 11
+ java-version: 17
29
30
- uses: actions/cache@v2
31
0 commit comments