Join Slack
Powered by
I never want to run test when running build
# gradle
b
Bernhard
10/25/2019, 1:40 PM
I never want to run test when running build
s
serebit
10/25/2019, 1:41 PM
just run
assemble
instead
b
Bernhard
10/25/2019, 1:41 PM
doesn't help if intellij uses build
g
gildor
10/25/2019, 3:02 PM
Do not use build, it's configurable after all
gildor
10/25/2019, 3:02 PM
build
means "assemble all the code and run all the tests"
👆 1
gildor
10/25/2019, 3:03 PM
This task is special (aka lifecycle task) created for this, to run all checks
Open in Slack
Previous
Next