mirror of
https://github.com/corda/corda.git
synced 2025-05-31 22:50:53 +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'
|
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…
x
Reference in New Issue
Block a user