Skip to content

Commit

Permalink
fix groovydoc build config for JDK11
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Aug 19, 2018
1 parent 47cb627 commit 40fbe3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions subprojects/groovy-jaxb/build.gradle
Expand Up @@ -42,6 +42,9 @@ if (JavaVersion.current().isJava9Compatible()) {
tasks.withType(Javadoc) {
classpath += configurations.jaxb
}
tasks.withType(Groovydoc) {
classpath += configurations.jaxb
}
tasks.withType(GroovyCompile) {
groovyClasspath += configurations.jaxb
classpath += configurations.jaxb
Expand Down

0 comments on commit 40fbe3d

Please sign in to comment.