Skip to content

Commit fbb8a77

Browse files
committed
ENT-11056: Turn off javadoc for serialisation-1.2 module
It doesn't have any Java source code.
1 parent 2e63ca6 commit fbb8a77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

serialization-1.2/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jar {
2424
archiveBaseName = 'corda-serialization-1.2'
2525
}
2626

27+
tasks.withType(Javadoc).configureEach {
28+
enabled = false
29+
}
30+
2731
// TODO Don't publish publicly as it's only needed by the `verifier` module which consumes this into a fat jar.
2832
publishing {
2933
publications {

0 commit comments

Comments
 (0)