xds: Include third_party sources is sources jar

This commit is contained in:
Eric Anderson 2023-06-27 07:25:31 -07:00
parent f3399e3d0e
commit b2327238c5
1 changed files with 4 additions and 0 deletions

View File

@ -142,6 +142,10 @@ tasks.named("jar").configure {
archiveClassifier = 'original' archiveClassifier = 'original'
} }
tasks.named("sourcesJar").configure {
from sourceSets.thirdparty.allSource
}
tasks.named("javadoc").configure { tasks.named("javadoc").configure {
// Exclusions here should generally also be relocated // Exclusions here should generally also be relocated
exclude 'com/github/udpa/**' exclude 'com/github/udpa/**'