Browse Source
Previously, anyone could publish a scan and publishing was performed if the GRADLE_ENTERPRISE_URL environment variable was set. ge.spring.io has now been locked down to prohibit anonymous build scan publishing. This commit aligns with this change by only attempting to publish a build scan when authenticated with the server. Authentication is achieved via an access token that is made available via an environment variable on CI and locally via a file in ~/.gradle. One can obtain an access key by running the following command: ./gradlew provisionGradleEnterpriseAccessKey Closes gh-24371pull/24377/head
Andy Wilkinson
5 years ago
committed by
Sam Brannen
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue