Skip to content

Commit

Permalink
Make protobuf dependencies transitive. (#117)
Browse files Browse the repository at this point in the history
Resolves #116
  • Loading branch information
zhangkun83 authored Feb 16, 2017
1 parent 18aa3b1 commit e412da3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class ProtobufPlugin implements Plugin<Project> {
if (project.configurations.findByName(configName) == null) {
project.configurations.create(configName) {
visible = false
transitive = false
transitive = true
extendsFrom = []
}
}
Expand Down

0 comments on commit e412da3

Please sign in to comment.