Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix build #264

Merged
merged 3 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ jobs:
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]'
matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"}]'
matrix-exclude: '[
{ "jdk": "8", "distribution": "microsoft"},
{ "jdk": "21", "distribution": "adopt-openj9"}
]'
3 changes: 2 additions & 1 deletion src/it/projects/MJAVADOC-427/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
invoker.goals=clean javadoc:javadoc

# slf4j javadoc is hosted on https site with a "let's encrypt" certificate, signed by IdenTrust only trusted since 8u101 (JDK-8154757)
invoker.java.version = 1.8.0.101+
# consider to execute on JDK8 after - MJAVADOC-786
invoker.java.version = 9+