Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to setup a Gradle Enterprise instance via an external script
Summary: This diff allows to setup a Gradle Enterprise instance either locally or on CI via an external Gradle script. I've create a `.sample` script that users can copy to start setting up their GE instance, should they have one. Moreover, it applies the `com.gradle.enterprise` Gradle plugin by default. This has the positive side effect of not invalidating build cache for the included build if you happen to pass the `--scan` flag in OSS (as the classpath isn't changed). Changelog: [Android] [Added] - Allow to setup a Gradle Enterprise instance via an external script Reviewed By: mdvacca Differential Revision: D33582388 fbshipit-source-id: 0c2f073cf7a8e39963b0adfc3b339b14c1e7759b
- Loading branch information