File tree Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 3535 env :
3636 CI : ' true'
3737 GRADLE_ENTERPRISE_URL : ' https://ge.spring.io'
38- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
39- GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
40- GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
38+ DEVELOCITY_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
4139 run : ./gradlew -PdeploymentRepository=$(pwd)/deployment-repository build publishAllPublicationsToDeploymentRepository
4240 - name : Deploy
4341 uses : spring-io/artifactory-deploy-action@v0.0.1
Original file line number Diff line number Diff line change 6666 env :
6767 CI : ' true'
6868 GRADLE_ENTERPRISE_URL : ' https://ge.spring.io'
69- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
70- GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
71- GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
69+ DEVELOCITY_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
7270 run : ./gradlew check antora
7371 - name : Send notification
7472 uses : ./.github/actions/send-notification
Original file line number Diff line number Diff line change 55 password : ((github-ci-release-token))
66 branch : ((branch))
77 gradle-enterprise-task-params : &gradle-enterprise-task-params
8- GRADLE_ENTERPRISE_ACCESS_KEY : ((gradle_enterprise_secret_access_key))
9- GRADLE_ENTERPRISE_CACHE_USERNAME : ((gradle_enterprise_cache_user.username))
10- GRADLE_ENTERPRISE_CACHE_PASSWORD : ((gradle_enterprise_cache_user.password))
8+ DEVELOCITY_ACCESS_KEY : ((gradle_enterprise_secret_access_key))
119 sonatype-task-params : &sonatype-task-params
1210 SONATYPE_USERNAME : ((sonatype-username))
1311 SONATYPE_PASSWORD : ((sonatype-password))
Original file line number Diff line number Diff line change 11plugins {
2- id " com.gradle.enterprise " version " 3.16 .2"
3- id " io.spring.ge.conventions" version " 0.0.15 "
2+ id " com.gradle.develocity " version " 3.17 .2"
3+ id " io.spring.ge.conventions" version " 0.0.17 "
44 id " org.gradle.toolchains.foojay-resolver-convention" version " 0.7.0"
55}
66
You can’t perform that action at this time.
0 commit comments