Commit 1888cb6
Disable Develocity integration by default (#993)
Configuring Develocity build scan to publish additional details breaks Gradle project isolation.
This change introduces a new property, `com.gradleup.shadow.enableDevelocityIntegration`, which defaults to false. However, it allows users to set it to true to continue using Develocity integration.
---------
Co-authored-by: Goooler <wangzongler@gmail.com>1 parent 196fd6c commit 1888cb6
2 files changed
Lines changed: 15 additions & 6 deletions
File tree
- src
- docs/changes
- main/groovy/com/github/jengelman/gradle/plugins/shadow
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments