mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-11 09:01:10 +00:00
Fix 3 the Build-Publish-Scan workflow
This commit is contained in:
parent
ef1f0a41d7
commit
969d6ab47b
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build-publish-scan.yml
vendored
6
.github/workflows/build-publish-scan.yml
vendored
|
|
@ -39,9 +39,11 @@ jobs:
|
|||
# FIX: Manually install Maven 3.8.8 to bypass the 3.9.x NullPointerException
|
||||
- name: Install Maven 3.8.8
|
||||
run: |
|
||||
# Download to the home directory (outside of the workspace)
|
||||
wget -q https://archive.apache.org/dist/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz
|
||||
tar -xzf apache-maven-3.8.8-bin.tar.gz
|
||||
echo "$(pwd)/apache-maven-3.8.8/bin" >> $GITHUB_PATH
|
||||
tar -xzf apache-maven-3.8.8-bin.tar.gz -C /home/runner/
|
||||
# Update the path to point to the new location
|
||||
echo "/home/runner/apache-maven-3.8.8/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Set up JFrog CLI
|
||||
uses: jfrog/setup-jfrog-cli@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue