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 834191b commit 814a88dCopy full SHA for 814a88d
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/setup-java@v2
14
with:
15
distribution: 'adopt'
16
- java-version: '8'
+ java-version: '17'
17
- name: Grant execute permission for gradlew
18
run: chmod +x gradlew
19
- name: Build with Gradle
0 commit comments