File tree Expand file tree Collapse file tree 8 files changed +21
-22
lines changed
Expand file tree Collapse file tree 8 files changed +21
-22
lines changed Original file line number Diff line number Diff line change 5656 GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
5757 GH_BRANCH : ${{ github.head_ref || github.ref_name }}
5858
59- # https://ge .apache.org
60- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
59+ # https://develocity .apache.org
60+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
6161
6262 # (optional) you need to add as secrets an ngrok token and a password to debug a build on demand
6363 NGROK_DEBUG : ${{ inputs.enable_ngrok_debug }}
Original file line number Diff line number Diff line change 5151 GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
5252 GH_BRANCH : ${{ github.head_ref || github.ref_name }}
5353
54- # https://ge .apache.org
55- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
54+ # https://develocity .apache.org
55+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
5656
5757jobs :
5858 openwhisk :
Original file line number Diff line number Diff line change 4646 GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
4747 GH_BRANCH : ${{ github.head_ref || github.ref_name }}
4848
49- # https://ge .apache.org
50- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
49+ # https://develocity .apache.org
50+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
5151
5252jobs :
5353 openwhisk :
Original file line number Diff line number Diff line change 4646 GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
4747 GH_BRANCH : ${{ github.head_ref || github.ref_name }}
4848
49- # https://ge .apache.org
50- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
49+ # https://develocity .apache.org
50+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
5151
5252jobs :
5353 openwhisk :
Original file line number Diff line number Diff line change 4646 GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
4747 GH_BRANCH : ${{ github.head_ref || github.ref_name }}
4848
49- # https://ge .apache.org
50- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
49+ # https://develocity .apache.org
50+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
5151
5252jobs :
5353 openwhisk :
Original file line number Diff line number Diff line change 4646 GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
4747 GH_BRANCH : ${{ github.head_ref || github.ref_name }}
4848
49- # https://ge .apache.org
50- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
49+ # https://develocity .apache.org
50+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
5151
5252jobs :
5353 openwhisk :
Original file line number Diff line number Diff line change 4646 GH_BUILD : ${{ github.event_name }}-${{ github.sha }}
4747 GH_BRANCH : ${{ github.head_ref || github.ref_name }}
4848
49- # https://ge .apache.org
50- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
49+ # https://develocity .apache.org
50+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
5151
5252jobs :
5353 openwhisk :
Original file line number Diff line number Diff line change 1616 */
1717
1818plugins {
19- id ' com.gradle.enterprise ' version ' 3.13 .2'
20- id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 1.10 '
19+ id ' com.gradle.develocity ' version ' 3.18 .2'
20+ id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 2.0.2 '
2121}
2222
2323def isGithubActions = System . getenv(' GITHUB_ACTIONS' ) != null
2424def isJenkins = System . getenv(' JENKINS_URL' ) != null
2525def isCI = isGithubActions || isJenkins
2626
27- gradleEnterprise {
28- server = " https://ge.apache.org"
27+ develocity {
28+ server = " https://develocity.apache.org"
29+ projectId = " openwhisk"
2930 buildScan {
30- capture { taskInputFiles = true }
3131 uploadInBackground = ! isCI
32- publishAlways()
33- publishIfAuthenticated()
32+ publishing. onlyIf { it. isAuthenticated() }
3433 obfuscation {
3534 // This obfuscates the IP addresses of the build machine in the build scan.
3635 // Alternatively, the build scan will provide the hostname for troubleshooting host-specific issues.
@@ -44,7 +43,7 @@ buildCache {
4443 enabled = ! isCI
4544 }
4645
47- remote(gradleEnterprise . buildCache) {
46+ remote(develocity . buildCache) {
4847 enabled = false
4948 }
5049}
You can’t perform that action at this time.
0 commit comments