Skip to content

Commit

Permalink
ci: using groovydocs as javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogarcia committed Dec 7, 2022
1 parent aa3df0b commit abbb18c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ config {
}
}
groovydoc {
excludes = ["META-INF"]
excludes = ["META-INF"]
replaceJavadoc = true
options {
docTitle = "Groovy GraphQL library"
windowTitle = "GQL: Groovy GraphQL library"
Expand All @@ -88,7 +89,9 @@ config {
}
}
javadoc {
enabled = false
autoLinks {
useJavadocIo = true
}
}
}
licensing {
Expand Down

0 comments on commit abbb18c

Please sign in to comment.