-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set
gradle.enterprise.externally-applied
before applying GE plugin (#…
…287) * Set `gradle.enterprise.externally-applied` before applying GE plugin In order for the Gradle Enterprise plugin to deactivate any potentially build-changing features (at the time of writing that means all of its testing features) when applied via the init script rather than directly in the build, the `gradle.enterprise.externally-applied` system property is now set before applying it and reset afterwards. * Move above static methods * Extract variable for property name to remove duplication * Update build-scan-init.gradle Rename local variable * Add entry to the release notes * Polish release notes * Polish the release notes some more --------- Co-authored-by: Etienne Studer <[email protected]>
- Loading branch information
1 parent
45b2352
commit 2467ced
Showing
2 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
- TBD | ||
- Informs the Gradle Enterprise Gradle plugin that it is being applied externally. |