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 98bc5e9 commit 3a688f5Copy full SHA for 3a688f5
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set Up JDK
26
uses: actions/setup-java@v1
27
with:
28
- java-version: 1.8
+ java-version: '17'
29
30
- name: Run Tests
31
run: ./gradlew test
0 commit comments