Slackbot
09/27/2022, 7:00 AMdeepy
09/27/2022, 7:23 AMSebastian Schuberth
09/27/2022, 7:27 AMJendrik Johannes
09/27/2022, 7:43 AM--scan
the enterprise plugin is automatically applied. So technically you cannot use build scans without that plugin. (I don’t think the --no-scan
option can be used in a useful way without applying the plugin first.)
This is also why adding --scan
to a project that does not apply the plugin explicitly changes the plugin classpath. Which potentially leads to Gradle rebuilding a lot of things.
I’d always apply the enterprise plugin if the project uses build scans on a regular basis.Sebastian Schuberth
09/27/2022, 7:45 AMWhich potentially leads to Gradle rebuilding a lot of things.Oh, wow, I wasn't aware of that. Thanks for pointing that out.
Sebastian Schuberth
09/27/2022, 7:47 AMorg.gradle.daemon
that corresponds to --daemon
, correct?Vampire
09/27/2022, 9:02 AMRoldan Galan
09/27/2022, 11:06 AMgradleScanPublishAlways
in our gradle.properties file that is read when applying the gradle enterprise plugin and used with the publishAlwaysIf(boolean)
option