aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2015-08-07 16:39:34 -0700
committerEric Anderson <ejona@google.com>2016-03-25 14:37:07 -0700
commitd77314ae686f308d8fc3856173e5175211349d1a (patch)
tree518dd168e752a025276ed194bc35d99e5fd3b3bf /all
parent5c4817723e90b8adb8ed0cf923885df6301ed303 (diff)
downloadgrpc-grpc-java-d77314ae686f308d8fc3856173e5175211349d1a.tar.gz
Include sources for all files in 'fat' binary jar
Fixes #1420
Diffstat (limited to 'all')
-rw-r--r--all/build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/all/build.gradle b/all/build.gradle
index b5c0b084d..0bf682b8e 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -44,6 +44,12 @@ jar {
}
}
+sourcesJar {
+ from {
+ subprojects.sourceSets.main.allSource
+ }
+}
+
javadoc {
classpath = files(subprojects.collect { subproject ->
subproject.javadoc.classpath