We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it expected that running:
gradle clean androidFindbugs
will check against src/main/java, whereas running
src/main/java
gradle clean test androidFindbugs
will also check against src/test/java?
src/test/java
Is there a way to always check against the files in src/test/java, src/androidTest/java and others?
src/androidTest/java
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it expected that running:
will check against
src/main/java
, whereas runninggradle clean test androidFindbugs
will also check against
src/test/java
?Is there a way to always check against the files in
src/test/java
,src/androidTest/java
and others?The text was updated successfully, but these errors were encountered: