aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2023-06-27 07:25:31 -0700
committerEric Anderson <ejona@google.com>2023-06-27 09:48:54 -0700
commitb2327238c57727d80385ec392dedc6cbf63437bc (patch)
tree840faca4c5b145664ebbbbb3043d7409e03fed44
parentf3399e3d0e52c4c20409de3b4435fea12bec12c6 (diff)
downloadgrpc-grpc-java-b2327238c57727d80385ec392dedc6cbf63437bc.tar.gz
xds: Include third_party sources is sources jar
-rw-r--r--xds/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/xds/build.gradle b/xds/build.gradle
index d284c3bb4..60e30c510 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/**'