We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560f198 commit d95d488Copy full SHA for d95d488
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Set up JDK 11
44
uses: actions/setup-java@v2
45
with:
46
- java-version: '11'
+ java-version: '8'
47
distribution: 'adopt'
48
server-id: ossrh
49
server-username: MAVEN_USERNAME
0 commit comments