Skip to content

Commit b6ff94f

Browse files
authored
Use JDK8 for msgpack-java release (#567)
1 parent ad5107d commit b6ff94f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
fetch-depth: 10000
1717
# Fetch all tags so that sbt-dynver can find the previous release version
1818
- run: git fetch --tags -f
19-
# Install OpenJDK 11
19+
# Install OpenJDK 8
2020
- uses: olafurpg/setup-scala@v10
2121
with:
22-
java-version: [email protected]
22+
# We need to use JDK8 for Android compatibility https://github.com/msgpack/msgpack-java/issues/516
23+
java-version: [email protected]
2324
- name: Setup GPG
2425
env:
2526
PGP_SECRET: ${{ secrets.PGP_SECRET }}

0 commit comments

Comments
 (0)