ENT-11056: Turn off javadoc for serialisation-1.2 module

It doesn't have any Java source code.
This commit is contained in:
Shams Asari 2024-01-03 12:41:04 +00:00
parent 2e63ca6264
commit fbb8a774f3

View File

@ -24,6 +24,10 @@ jar {
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.
publishing {
publications {