how to ignore all test when build native by the command: `gradlew linkNative` . It's pretty slow to ...
t
how to ignore all test when build native by the command:
gradlew linkNative
. It's pretty slow to run the command with test. Hence it's better to ignore test if there is the option.
v
-x nameOfTheTestTask