GradleUp / shadow

Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.
https://www.gradleup.com/shadow/
Apache License 2.0
3.77k stars 395 forks source link

Disable Develocity integration by default #993

Closed liutikas closed 1 month ago

liutikas commented 1 month ago

Configuring develocity build scan additional detail publishing breaks Gradle project isolation https://github.com/GradleUp/shadow/issues/907

This change adds a new property com.gradleup.shadow.enableDevelocityIntegration that defaults to true, however it allows folks to set it to false and make shadow plugin usage project isolation safe.


Goooler commented 1 month ago

I'm considering removing develocity integration, WDYT?

3flex commented 1 month ago

Or, merge this but default to disabling the integration, and add a deprecation warning if it's enabled.

If nobody complains then remove it in a couple of months.