We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b93b6f commit bfc1624Copy full SHA for bfc1624
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
20
- uses: actions/checkout@v3
21
22
- - name: set up JDK 11
+ - name: set up JDK 17
23
uses: actions/setup-java@v3
24
with:
25
- java-version: '11'
+ java-version: '17'
26
distribution: 'temurin'
27
28
- name: Create local.properties
.github/workflows/release.yml
@@ -13,10 +13,10 @@ jobs:
13
steps:
14
15
16
17
18
cache: gradle
0 commit comments