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 b332fc8 commit 67a6634Copy full SHA for 67a6634
.github/workflows/release.yml
@@ -29,11 +29,11 @@ jobs:
29
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
30
passphrase: ${{ secrets.GPG_PASSPHRASE }}
31
32
- - name: Set up JDK 11
+ - name: Set up JDK 1.8
33
uses: actions/setup-java@v3
34
with:
35
distribution: temurin
36
- java-version: 11
+ java-version: 1.8
37
cache: 'maven'
38
server-id: ossrh
39
server-username: MAVEN_USERNAME
0 commit comments