mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-10 03:51:11 +00:00
gradle fix
This commit is contained in:
parent
73359680c5
commit
1f9983afb3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/jf-cli.yml
vendored
3
.github/workflows/jf-cli.yml
vendored
|
|
@ -1262,9 +1262,10 @@ jobs:
|
|||
echo " " >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
# Package https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/package-managers-integration#running-gradle-builds
|
||||
# jf gradle clean artifactoryPublish -x test -b ./build.gradle --build-name=${{env.BUILD_NAME}} --build-number=${{env.BUILD_ID}}
|
||||
- name: "Package: Create Build"
|
||||
run: |
|
||||
jf gradle clean artifactoryPublish -x test -b ./build.gradle --build-name=${{env.BUILD_NAME}} --build-number=${{env.BUILD_ID}}
|
||||
jf gradle clean artifactoryPublish -x test --build-name=${{env.BUILD_NAME}} --build-number=${{env.BUILD_ID}}
|
||||
|
||||
- name: "Evidence: Artifact"
|
||||
continue-on-error: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue