Skip to content

Commit

Permalink
run tlddocs after javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Apr 9, 2024
1 parent 16a958b commit 7902473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smoothness-weblib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ javadoc {
}
}

javadoc.finalizedBy(tlddoc)

task cssMinifyIt(type: org.gradlewebtools.minify.CssMinifyTask) {
srcDir = project.file('src/main/resources/META-INF/resources/resources/css')
dstDir = project.file('build')
Expand Down

0 comments on commit 7902473

Please sign in to comment.