mirror of https://github.com/grpc/grpc-java.git
xds: Include third_party sources is sources jar
This commit is contained in:
parent
f3399e3d0e
commit
b2327238c5
|
@ -142,6 +142,10 @@ tasks.named("jar").configure {
|
|||
archiveClassifier = 'original'
|
||||
}
|
||||
|
||||
tasks.named("sourcesJar").configure {
|
||||
from sourceSets.thirdparty.allSource
|
||||
}
|
||||
|
||||
tasks.named("javadoc").configure {
|
||||
// Exclusions here should generally also be relocated
|
||||
exclude 'com/github/udpa/**'
|
||||
|
|
Loading…
Reference in New Issue