I never want to run test when running build
# gradle
b
I never want to run test when running build
s
just run
assemble
instead
b
doesn't help if intellij uses build
g
Do not use build, it's configurable after all
build
means "assemble all the code and run all the tests"
👆 1
This task is special (aka lifecycle task) created for this, to run all checks