You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has the effect that many local build do not profit much from the remote build cache if they run without --scan
This issue is likely that --scan also auto-applies the com.gradle.develocity plugin and that that is happening before we apply it from inside org.hiero.gradle.build.
The text was updated successfully, but these errors were encountered:
There is no way to force --scan to not do this. The only option would be to apply the com.gradle:develocity-gradle-plugin plugin directly in every settings.gradle.kts file.
Therefore, instead of using --scan we will start using a custom build parameter -Pscan and print a warning if --scan is used: #77
We change the setup to always publish on CI and not use the --scan parameter.
This has the effect that many local build do not profit much from the remote build cache if they run without
--scan
This issue is likely that
--scan
also auto-applies thecom.gradle.develocity
plugin and that that is happening before we apply it from insideorg.hiero.gradle.build
.The text was updated successfully, but these errors were encountered: