Skip to content

Commit

Permalink
Add task dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed Dec 16, 2024
1 parent 70ce4c6 commit 4151653
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ subprojects {
tasks.named('test') {
useJUnitPlatform()
}

tasks.named("javadoc") {
inputs.files(tasks.getByPath("jandex").outputs.files)
}
}

nexusPublishing {
Expand Down

0 comments on commit 4151653

Please sign in to comment.