mirror of
https://github.com/corda/corda.git
synced 2024-12-24 07:06:44 +00:00
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:
commit
ab4e63ee0d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user