diff --git a/kernel/build.gradle b/kernel/build.gradle index 22f9b9f946..f34b2ac9a1 100644 --- a/kernel/build.gradle +++ b/kernel/build.gradle @@ -85,6 +85,12 @@ subprojects { source = sourceSets.main.allJava classpath = configurations.compile javadoc.destinationDir = file("$rootDir/../beakerx/beakerx/javadoc") + javadoc.include 'com/twosigma/beakerx/chart/**' + javadoc.include 'com/twosigma/beakerx/easyform/**' + javadoc.include 'com/twosigma/beakerx/table/**' + javadoc.include 'com/twosigma/beakerx/mimetype/**' + javadoc.include 'com/twosigma/beakerx/jvm/object/**' + javadoc.exclude '**/serializer/**' } afterEvaluate {