Skip to content

Commit

Permalink
Add back animalsniffer
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay committed Aug 21, 2019
1 parent d9da0b0 commit ca37c45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.PHONY: test
test:
./gradlew clean assemble check --stacktrace
./gradlew clean assemble check --stacktrace

.PHONY: init
init:
Expand Down
6 changes: 6 additions & 0 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ dependencies {
signature "net.sf.androidscents.signature:android-api-level-14:4.0_r4@signature"
}

animalsniffer {
// Don't check sourceSets.jmh and sourceSets.test
sourceSets = [
sourceSets.main
]
}

0 comments on commit ca37c45

Please sign in to comment.