Skip to content

Commit

Permalink
testing: move mockito from compile to testCompile
Browse files Browse the repository at this point in the history
  • Loading branch information
dapengzhang0 committed Apr 3, 2019
1 parent 755a227 commit 3325881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ dependencies {
compile project(':grpc-core'),
project(':grpc-stub'),
libraries.junit
compile (libraries.mockito) {

testCompile (libraries.mockito) {
// prefer 1.3 from JUnit instead of 1.1
exclude group: 'org.hamcrest', module: 'hamcrest-core'
}
Expand Down

0 comments on commit 3325881

Please sign in to comment.