Skip to content

Commit

Permalink
Improve buildscript 2
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Jan 15, 2022
1 parent 4921a3e commit 30bde97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ tasks.withType(AbstractArchiveTask::class).configureEach {

tasks.javadoc {
options {
this as StandardJavadocDocletOptions

links(
"https://docs.oracle.com/javase/8/docs/api/",
"https://javadoc.io/doc/com.flowpowered/flow-math/1.0.3/"
)
(this as? StandardJavadocDocletOptions)?.apply {
links(
"https://docs.oracle.com/javase/8/docs/api/",
"https://javadoc.io/doc/com.flowpowered/flow-math/1.0.3/"
)
}
}
}

0 comments on commit 30bde97

Please sign in to comment.