-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Gradle Enterprise #4057
Add Gradle Enterprise #4057
Conversation
This is currently failing with:
I had the same problem locally at it was related to using Oracle JDK 8 for the Gradle JVM (fixed it by upgrading Gradle JVM to Adopt Open JDK 14, but don't want to do this on CI). |
This problem arose from Cloudflare blocking the JDK 8 user agent and we fixed this now in the infrastrucutre. |
I did not add the GE key to the |
publishAlways() | ||
publishIfAuthenticated() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is supposed to be like this.
From my side, this can be merged to The scans are publicly visible (as they were previously when we used the free service) here: This change only reconfigures Gradle build scans for now. Build from authenticated Gradle daemons (in this case, maintainers after executing
In the future, we can think about conditionally either publishing to GE or the free service, if we ever see the need for this. This PR does not yet introduce any changes to our build cache. |
Configures the Gradle Enterprise plugin to point at out GE instance and allows CI to push builds.