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 7e40797 commit c3f43e4Copy full SHA for c3f43e4
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/setup-java@v2
22
with:
23
distribution: 'adopt'
24
- java-version: '11'
+ java-version: '17'
25
26
- name: Build with Gradle
27
run: |
0 commit comments