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 cc48553 commit 347b323Copy full SHA for 347b323
.github/workflows/ci_test.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup JDK
13
uses: actions/setup-java@v2
14
with:
15
- java-version: 11
+ java-version: 21
16
distribution: 'adopt'
17
- name: Gradle Test
18
run: ./gradlew test --no-daemon
0 commit comments