mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
ENT-11253 Publish sources and javadoc
This commit is contained in:
parent
c94f1d730c
commit
b7de1dcd23
@ -287,6 +287,11 @@ allprojects {
|
||||
jvmArgs test_add_exports
|
||||
}
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" << "-Xlint:-options" << "-parameters"
|
||||
options.compilerArgs << '-XDenableSunApiLintControl'
|
||||
|
Loading…
Reference in New Issue
Block a user