Skip to content

Commit

Permalink
[CALCITE-6769] Migrate Build Scan publication to develocity.apache.org
Browse files Browse the repository at this point in the history
  • Loading branch information
clayburn authored and asolimando committed Jan 15, 2025
1 parent 7ad5a39 commit 61a3d5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ concurrency:
# This avoids never-ending GC trashing if memory gets too low in case of a memory leak
env:
_JAVA_OPTIONS: '-XX:GCTimeLimit=90 -XX:GCHeapFreeLimit=35'
DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
GUAVA_MIN: '21.0' # oldest supported Guava version
GUAVA_MAX: '33.3.0-jre' # latest supported Guava version
GUAVA: '21.0' # most jobs test against oldest Guava version
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ org.jetbrains.gradle.plugin.idea-ext.version=0.5
org.nosphere.apache.rat.version=0.8.1
org.owasp.dependencycheck.version=6.1.6
org.sonarqube.version=3.5.0.2730
com.gradle.develocity.version=3.17.6
com.gradle.develocity.version=3.18.2
com.gradle.common-custom-user-data-gradle-plugin.version=2.0.2


Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ fun property(name: String) =
val isCiServer = System.getenv().containsKey("CI")

develocity {
server = "https://ge.apache.org"
server = "https://develocity.apache.org"
projectId = "calcite"

buildScan {
Expand Down

0 comments on commit 61a3d5e

Please sign in to comment.