Skip to content

Commit b815601

Browse files
build: Gradle JavaDoc needs generated java sources
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
1 parent a8923ad commit b815601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ compileJava {
135135
}
136136

137137
javadoc {
138+
include("build/generated/javacc/net/sf/jsqlparser/parser/*.java" )
138139
if(JavaVersion.current().isJava9Compatible()) {
139140
options.addBooleanOption('html5', true)
140141
}

0 commit comments

Comments
 (0)