Skip to content

Commit 61a3d5e

Browse files
clayburnasolimando
authored andcommitted
[CALCITE-6769] Migrate Build Scan publication to develocity.apache.org
1 parent 7ad5a39 commit 61a3d5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ concurrency:
4545
# This avoids never-ending GC trashing if memory gets too low in case of a memory leak
4646
env:
4747
_JAVA_OPTIONS: '-XX:GCTimeLimit=90 -XX:GCHeapFreeLimit=35'
48-
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
48+
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
4949
GUAVA_MIN: '21.0' # oldest supported Guava version
5050
GUAVA_MAX: '33.3.0-jre' # latest supported Guava version
5151
GUAVA: '21.0' # most jobs test against oldest Guava version

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ org.jetbrains.gradle.plugin.idea-ext.version=0.5
5757
org.nosphere.apache.rat.version=0.8.1
5858
org.owasp.dependencycheck.version=6.1.6
5959
org.sonarqube.version=3.5.0.2730
60-
com.gradle.develocity.version=3.17.6
60+
com.gradle.develocity.version=3.18.2
6161
com.gradle.common-custom-user-data-gradle-plugin.version=2.0.2
6262

6363

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fun property(name: String) =
103103
val isCiServer = System.getenv().containsKey("CI")
104104

105105
develocity {
106-
server = "https://ge.apache.org"
106+
server = "https://develocity.apache.org"
107107
projectId = "calcite"
108108

109109
buildScan {

0 commit comments

Comments
 (0)