Skip to content

Commit d77314a

Browse files
committed
Include sources for all files in 'fat' binary jar
Fixes grpc#1420
1 parent 5c48177 commit d77314a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

all/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jar {
4444
}
4545
}
4646

47+
sourcesJar {
48+
from {
49+
subprojects.sourceSets.main.allSource
50+
}
51+
}
52+
4753
javadoc {
4854
classpath = files(subprojects.collect { subproject ->
4955
subproject.javadoc.classpath

0 commit comments

Comments
 (0)