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 ad5107d commit b6ff94fCopy full SHA for b6ff94f
.github/workflows/release.yml
@@ -16,10 +16,11 @@ jobs:
16
fetch-depth: 10000
17
# Fetch all tags so that sbt-dynver can find the previous release version
18
- run: git fetch --tags -f
19
- # Install OpenJDK 11
+ # Install OpenJDK 8
20
- uses: olafurpg/setup-scala@v10
21
with:
22
- java-version: adopt@1.11
+ # We need to use JDK8 for Android compatibility https://github.com/msgpack/msgpack-java/issues/516
23
+ java-version: adopt@1.8
24
- name: Setup GPG
25
env:
26
PGP_SECRET: ${{ secrets.PGP_SECRET }}
0 commit comments