Refresh dependencies to use latest conventions plugin snapshot

See gh-928
This commit is contained in:
Andy Wilkinson
2024-04-25 16:24:32 +01:00
parent 14afdf35ee
commit 5d9926d605
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
env:
GRADLE_ENTERPRISE_URL: 'https://ge.spring.io'
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
run: ./gradlew -PdeploymentRepository=$(pwd)/distribution-repository build publishAllPublicationsToDeploymentRepository
run: ./gradlew --refresh-dependencies -PdeploymentRepository=$(pwd)/distribution-repository build publishAllPublicationsToDeploymentRepository
- name: Deploy
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
with:

View File

@@ -46,4 +46,4 @@ jobs:
env:
GRADLE_ENTERPRISE_URL: 'https://ge.spring.io'
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
run: ./gradlew build
run: ./gradlew --refresh-dependencies build