Skip to content

Commit

Permalink
Add javacJar and try
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Jan 2, 2025
1 parent 795e12f commit bdd0f82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,9 @@ def createJavadocTask(taskName, taskDescription, memberLevel) {
}

classpath = configurations.allProjects
if (isJava8) {
classpath += configurations.javacJar
}

destinationDir.deleteDir()
options.memberLevel = memberLevel
Expand Down

0 comments on commit bdd0f82

Please sign in to comment.