Merge pull request #7637 from corda/shans-no-serialisation-1.2-javadoc

ENT-11056: Turn off javadoc for serialization-1.2 module
This commit is contained in:
Adel El-Beik 2024-01-04 10:54:45 +00:00 committed by GitHub
commit ab4e63ee0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {