Skip to content

Commit 7b3b9a2

Browse files
authored
grpc-all: use api configuration for dependencies
Use `api` configuration instead of `implementation` for grpc-all to avoid breaking users.
1 parent 61938bd commit 7b3b9a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

all/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "java"
2+
id "java-library"
33
id "maven-publish"
44

55
id "com.github.kt3k.coveralls"
@@ -32,7 +32,7 @@ for (subproject in rootProject.subprojects) {
3232
}
3333

3434
dependencies {
35-
implementation subprojects.minus(project(':grpc-protobuf-lite'))
35+
api subprojects.minus(project(':grpc-protobuf-lite'))
3636
}
3737

3838
javadoc {

0 commit comments

Comments
 (0)