Upgrade to Gradle Enterprise Conventions 0.0.17

Closes gh-928
This commit is contained in:
Andy Wilkinson
2024-04-25 18:06:50 +01:00
parent 02d16c61e6
commit d4bb3b33c6
3 changed files with 3 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Build and Publish
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
run: ./gradlew --refresh-dependencies -PdeploymentRepository=$(pwd)/distribution-repository build publishAllPublicationsToDeploymentRepository
run: ./gradlew -PdeploymentRepository=$(pwd)/distribution-repository build publishAllPublicationsToDeploymentRepository
- name: Deploy
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
with:

View File

@@ -45,4 +45,4 @@ jobs:
- name: Build
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
run: ./gradlew --refresh-dependencies build
run: ./gradlew build