We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78436fb commit db45f33Copy full SHA for db45f33
bom/build.gradle
@@ -7,7 +7,8 @@ description = 'gRPC: BOM'
7
8
gradle.projectsEvaluated {
9
def projectsToInclude = rootProject.subprojects.findAll {
10
- it.plugins.hasPlugin('java')
+ return it.name != 'grpc-compiler'
11
+ && it.plugins.hasPlugin('java')
12
&& it.plugins.hasPlugin('maven-publish')
13
&& it.tasks.findByName('publishMavenPublicationToMavenRepository')?.enabled
14
}
0 commit comments