We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea7ade commit 6dc17ceCopy full SHA for 6dc17ce
modules/lang-painless/build.gradle
@@ -45,6 +45,7 @@ integTestCluster {
45
* Painless plugin */
46
task apiJavadoc(type: Javadoc) {
47
source = sourceSets.main.allJava
48
+ classpath = sourceSets.main.runtimeClasspath
49
include '**/org/elasticsearch/painless/api/'
50
destinationDir = new File(docsDir, 'apiJavadoc')
51
}
0 commit comments