Skip to content

Commit

Permalink
build: Gradle JavaDoc needs generated java sources
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
  • Loading branch information
manticore-projects committed Apr 30, 2024
1 parent a8923ad commit b815601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ compileJava {
}

javadoc {
include("build/generated/javacc/net/sf/jsqlparser/parser/*.java" )
if(JavaVersion.current().isJava9Compatible()) {
options.addBooleanOption('html5', true)
}
Expand Down

0 comments on commit b815601

Please sign in to comment.