Join Slack
Powered by
How to skip all test tasks when executing ./gradle...
# gradle
s
Shabinder Singh
04/17/2021, 11:21 PM
How to skip all test tasks when executing ./gradlew clean build ? I tried -x tests, didnt worked.
e
ephemient
04/18/2021, 12:47 AM
why not
./gradlew assemble
if you don't want to run any tests, then?
☝️ 1
t
turansky
04/19/2021, 2:54 AM
./gradlew build -x check
7
Views
Open in Slack
Previous
Next