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 cb219ed commit 274aedeCopy full SHA for 274aede
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/setup-java@v2
21
with:
22
distribution: 'adopt'
23
- java-version: ${{matrix.jdk}}
+ java-version: 8
24
cache: 'maven'
25
26
- name: Build Release
0 commit comments