diff --git a/xds/build.gradle b/xds/build.gradle index d284c3bb4e..60e30c5102 100644 --- a/xds/build.gradle +++ b/xds/build.gradle @@ -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/**'