Don't test publishLocal with JDK 17 - fix syntax error, #31132 (#31136)

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
This commit is contained in:
Patrik Nordwall 2022-02-18 10:42:56 +01:00 committed by GitHub
parent 0ac11145b3
commit 81349d66eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,7 @@ jobs:
- name: Publish
# Publish (osgi bundle) not working with JDK 17, issue #31132
if: ${{ startsWith(matrix.jdkVersion, 'adopt@1.8') || ${{ startsWith(matrix.jdkVersion, 'adopt@1.11') }}
if: ${{ startsWith(matrix.jdkVersion, 'adopt@1.11') }}
run: |-
sudo apt-get install graphviz
sbt -jvm-opts .jvmopts-ci \