This message was deleted.
# community-support
s
This message was deleted.
t
Use
app:assemble
instead of
app:build
? (and then
:app:test
,
:app:spotlessCheck
, etc.)
t
He's getting this execution from :build -> :check -> :spotlessKotlinCheck dependency chain, right?
t
That said, there's apparently a way to disable spotless as a dependency of the
check
task: https://github.com/diffplug/spotless/tree/main/plugin-gradle#disabling-warnings-and-error-messages
👏 2
c
ooh. didn't know that build is assemble + check TIL