Include sources for all files in 'fat' binary jar

Fixes #1420
This commit is contained in:
Eric Anderson 2015-08-07 16:39:34 -07:00
parent 5c4817723e
commit d77314ae68
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ jar {
}
}
sourcesJar {
from {
subprojects.sourceSets.main.allSource
}
}
javadoc {
classpath = files(subprojects.collect { subproject ->
subproject.javadoc.classpath