File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5555 - name : Run jmh
5656 run : ./gradlew jmhJar
5757 env :
58- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
58+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
5959
6060 - name : Run Benchmark
6161 run : |
Original file line number Diff line number Diff line change 2525 - name : Run jmh
2626 run : ./gradlew jmhJar
2727 env :
28- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
28+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
2929
3030 - name : Run Benchmark
3131 run : |
Original file line number Diff line number Diff line change 7575 "-Porg.gradle.java.installations.paths=${{ steps.setup-java-test.outputs.path }}"
7676 "-Porg.gradle.java.installations.auto-download=false"
7777 env :
78- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
78+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
7979 # JMH-based tests run only if this environment variable is set to true
8080 RUN_JMH_BASED_TESTS : ${{ matrix.jmh-based-tests }}
8181
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3+ distributionSha256Sum =57dafb5c2622c6cc08b993c85b7c06956a2f53536432a30ead46166dbca0f1e9
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ include(":animal-sniffer-signature")
7070
7171val gradleEnterpriseServer = " https://ge.opentelemetry.io"
7272val isCI = System .getenv(" CI" ) != null
73- val geAccessKey = System .getenv(" GRADLE_ENTERPRISE_ACCESS_KEY " ) ? : " "
73+ val geAccessKey = System .getenv(" DEVELOCITY_ACCESS_KEY " ) ? : " "
7474
7575// if GE access key is not given and we are in CI, then we publish to scans.gradle.com
7676val useScansGradleCom = isCI && geAccessKey.isEmpty()
You can’t perform that action at this time.
0 commit comments