Skip to content

Commit

Permalink
Make it clear that we're substituting autoLinks.configurations
Browse files Browse the repository at this point in the history
`add` was called on an empty List, and the defaults weren't used then, so it was misleading to see `add` instead of `=`
  • Loading branch information
tlinkowski committed Aug 31, 2019
1 parent 173dbc5 commit 58a2185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ modularity.mixedJavaRelease(8)
config {
bintray.enabled = true

javadoc.autoLinks.configurations.add("implementation") // for JSR 305
javadoc.autoLinks.configurations = listOf("implementation") // for JSR 305
}

dependencies {
Expand Down

0 comments on commit 58a2185

Please sign in to comment.