Skip to content

Commit

Permalink
include api-common module name in exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgribkoff committed May 1, 2017
1 parent 022f30a commit 38aa015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protobuf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ dependencies {
libraries.protobuf_util

compile (libraries.google_api_protos) {
// 'com.google.api' transitively depends on 'com.google.auto.value:auto-value:1.1', which
// breaks our annotations.
exclude group: 'com.google.api'
// 'com.google.api:api-common' transitively depends on auto-value, which breaks our
// annotations.
exclude group: 'com.google.api', module: 'api-common'
}

compile (project(':grpc-protobuf-lite')) {
Expand Down

0 comments on commit 38aa015

Please sign in to comment.