Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try with Maven 3.9.6
  • Loading branch information
slawekjaranowski committed Dec 10, 2023
commit 984622862226a9824ac226ccc685d77d1a89247c
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on: [push, pull_request]
jobs:
build:
name: Build it
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
uses: codehaus-plexus/.github/.github/workflows/maven.yml@mvn-setup
with:
matrix-exclude: '[ {"jdk": "8"}, {"jdk": "11"} ]'
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica", "corretto"]'
Expand All @@ -31,5 +31,5 @@ jobs:
deploy:
name: Deploy
needs: build
uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@mvn-setup
secrets: inherit