Skip to content

Commit

Permalink
Fix setting transitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
gallardo committed Sep 1, 2015
1 parent 0565ca0 commit 69dd4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ configurations {
}
}

configurations.each {
it.transitive = false;
configurations.all {
transitive = false;
}

// import dependencies
Expand Down

0 comments on commit 69dd4c6

Please sign in to comment.