Skip to content

Commit

Permalink
grpc-all: migrate away deprecated gradle configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
dapengzhang0 committed Apr 8, 2020
1 parent d94a910 commit 80b89ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for (subproject in rootProject.subprojects) {
}

dependencies {
compile subprojects.minus(project(':grpc-protobuf-lite'))
implementation subprojects.minus(project(':grpc-protobuf-lite'))
}

javadoc {
Expand Down

0 comments on commit 80b89ac

Please sign in to comment.