File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 - id : ' step-3'
128128 name : ' Build Spock'
129129 env :
130- DEVELOCITY_ACCESS_KEY : ' ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}'
130+ DEVELOCITY_ACCESS_KEY : ' ${{ secrets.DEVELOCITY_ACCESS_KEY }}'
131131 run : ' ./gradlew --stacktrace ghActionsBuild "-Dvariant=${{ matrix.variant }}" "-DjavaVersion=${{ matrix.java }}"'
132132 - id : ' step-4'
133133 name : ' Upload to Codecov.io'
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ import io.github.typesafegithub.workflows.yaml.CheckoutActionVersionSource.Infer
3232import io.github.typesafegithub.workflows.yaml.DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG
3333import java.util.Properties
3434
35- val GRADLE_ENTERPRISE_ACCESS_KEY by secrets
35+ val DEVELOCITY_ACCESS_KEY by secrets
3636
3737val commonCredentials = mapOf (
38- " DEVELOCITY_ACCESS_KEY" to expr(GRADLE_ENTERPRISE_ACCESS_KEY )
38+ " DEVELOCITY_ACCESS_KEY" to expr(DEVELOCITY_ACCESS_KEY )
3939)
4040
4141// Work-around for https://youtrack.jetbrains.com/issue/KT-86352,
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 - id : ' step-2'
101101 name : ' Build Spock'
102102 env :
103- DEVELOCITY_ACCESS_KEY : ' ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}'
103+ DEVELOCITY_ACCESS_KEY : ' ${{ secrets.DEVELOCITY_ACCESS_KEY }}'
104104 run : ' ./gradlew --stacktrace ghActionsBuild "-Dvariant=${{ matrix.variant }}" "-DjavaVersion=${{ matrix.java }}" "-Dscan.tag.main-build"'
105105 - id : ' step-3'
106106 name : ' Stop Daemon'
@@ -147,7 +147,7 @@ jobs:
147147 SONATYPE_OSS_USER : ' ${{ secrets.SONATYPE_OSS_USER }}'
148148 SONATYPE_OSS_PASSWORD : ' ${{ secrets.SONATYPE_OSS_PASSWORD }}'
149149 SIGNING_PASSWORD : ' ${{ secrets.SIGNING_GPG_PASSWORD }}'
150- DEVELOCITY_ACCESS_KEY : ' ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}'
150+ DEVELOCITY_ACCESS_KEY : ' ${{ secrets.DEVELOCITY_ACCESS_KEY }}'
151151 run : ' ./gradlew --no-parallel --stacktrace ghActionsPublish "-Dvariant=${{ matrix.variant }}" "-DjavaVersion=${{ matrix.java }}" "-Dscan.tag.main-publish"'
152152 publish-release-docs :
153153 name : ' Publish Release Docs'
@@ -179,5 +179,5 @@ jobs:
179179 name : ' Publish Docs'
180180 env :
181181 GITHUB_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
182- DEVELOCITY_ACCESS_KEY : ' ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}'
182+ DEVELOCITY_ACCESS_KEY : ' ${{ secrets.DEVELOCITY_ACCESS_KEY }}'
183183 run : ' ./gradlew --no-parallel --stacktrace ghActionsDocs "-Dvariant=${{ matrix.variant }}" "-DjavaVersion=${{ matrix.java }}" "-Dscan.tag.main-docs"'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Workflow Status (branch)]]
1010https://jitpack.io/#org.spockframework/spock[image:https://jitpack.io/v/org.spockframework/spock.svg[Jitpack]]
1111https://codecov.io/gh/spockframework/spock[image:https://codecov.io/gh/spockframework/spock/branch/master/graph/badge.svg[Codecov]]
1212https://gitter.im/spockframework/spock?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge[image:https://badges.gitter.im/spockframework/spock.svg[Gitter]]
13- https://ge.spockframework.org /scans[image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A[Revved
13+ https://community.develocity.cloud /scans?search.rootProjectNames=spock [image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A[Revved
1414up by Develocity]]
1515
1616image::docs/images/spock-main-logo.png[width=100px,float=right]
Original file line number Diff line number Diff line change @@ -32,14 +32,15 @@ if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)) {
3232}
3333
3434
35- def develocityServer = " https://ge.spockframework.org "
35+ def develocityServer = " https://community.develocity.cloud "
3636def isCiServer = System . env[" CI" ] || System . env[" GITHUB_ACTIONS" ]
3737
3838def accessKeysAreMissing () {
3939 return ! (System . env[' DEVELOCITY_ACCESS_KEY' ]?. trim())
4040}
4141
4242develocity {
43+ projectId = " spockframework"
4344 buildScan {
4445 uploadInBackground = ! isCiServer
4546
You can’t perform that action at this time.
0 commit comments