Colin
(Colin)
2
Hey there!
That’s weird. I swore we decoupled compiling/scanning and made that the default behavior in v5.0 of the gradle scanner.
- Is there some [task dependency]) SonarScanner for Gradle) added in your config somewhere?
- If you separate
./gradlew buildEnvSandboxDebug
and ./gradlew sonar
to different invocations. Does the behavior change?