File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ concurrency:
45
45
# This avoids never-ending GC trashing if memory gets too low in case of a memory leak
46
46
env :
47
47
_JAVA_OPTIONS : ' -XX:GCTimeLimit=90 -XX:GCHeapFreeLimit=35'
48
- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
48
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
49
49
GUAVA_MIN : ' 21.0' # oldest supported Guava version
50
50
GUAVA_MAX : ' 33.3.0-jre' # latest supported Guava version
51
51
GUAVA : ' 21.0' # most jobs test against oldest Guava version
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ org.jetbrains.gradle.plugin.idea-ext.version=0.5
57
57
org.nosphere.apache.rat.version =0.8.1
58
58
org.owasp.dependencycheck.version =6.1.6
59
59
org.sonarqube.version =3.5.0.2730
60
- com.gradle.develocity.version =3.17.6
60
+ com.gradle.develocity.version =3.18.2
61
61
com.gradle.common-custom-user-data-gradle-plugin.version =2.0.2
62
62
63
63
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ fun property(name: String) =
103
103
val isCiServer = System .getenv().containsKey(" CI" )
104
104
105
105
develocity {
106
- server = " https://ge .apache.org"
106
+ server = " https://develocity .apache.org"
107
107
projectId = " calcite"
108
108
109
109
buildScan {
You can’t perform that action at this time.
0 commit comments