Some javadocs, include javadocs in the application distribution.
This commit is contained in:
@@ -98,10 +98,17 @@ task nativeJar(type: Jar) {
|
||||
archiveName = 'native-platform-jni.jar'
|
||||
}
|
||||
|
||||
javadoc {
|
||||
exclude '**/internal/**'
|
||||
}
|
||||
|
||||
startScripts.classpath += nativeJar.outputs.files
|
||||
applicationDistribution.from(nativeJar) {
|
||||
into 'lib'
|
||||
}
|
||||
applicationDistribution.from(javadoc) {
|
||||
into 'javadoc'
|
||||
}
|
||||
|
||||
libraries.all {
|
||||
it.spec.task.dependsOn nativeHeaders
|
||||
|
||||
Reference in New Issue
Block a user