mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
ENT-11056: Turn off javadoc for serialisation-1.2 module
It doesn't have any Java source code.
This commit is contained in:
parent
2e63ca6264
commit
fbb8a774f3
@ -24,6 +24,10 @@ jar {
|
|||||||
archiveBaseName = 'corda-serialization-1.2'
|
archiveBaseName = 'corda-serialization-1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(Javadoc).configureEach {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
|
||||||
// TODO Don't publish publicly as it's only needed by the `verifier` module which consumes this into a fat jar.
|
// TODO Don't publish publicly as it's only needed by the `verifier` module which consumes this into a fat jar.
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
|
Loading…
Reference in New Issue
Block a user