File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
env :
32
32
GRADLE_ENTERPRISE_URL : ' https://ge.spring.io'
33
33
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
34
- run : ./gradlew -PdeploymentRepository=$(pwd)/distribution-repository build publishAllPublicationsToDeploymentRepository
34
+ run : ./gradlew --refresh-dependencies - PdeploymentRepository=$(pwd)/distribution-repository build publishAllPublicationsToDeploymentRepository
35
35
- name : Deploy
36
36
uses : spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
37
37
with :
Original file line number Diff line number Diff line change 46
46
env :
47
47
GRADLE_ENTERPRISE_URL : ' https://ge.spring.io'
48
48
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
49
- run : ./gradlew build
49
+ run : ./gradlew --refresh-dependencies build
You can’t perform that action at this time.
0 commit comments