Skip to content

Commit

Permalink
build(sapere-mathexp): use modern Kotlin syntax to disable javadoc er…
Browse files Browse the repository at this point in the history
…rors
  • Loading branch information
DanySK committed Dec 28, 2024
1 parent 7769865 commit 7712d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemist-sapere-mathexp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ listOf(Pmd::class, Checkstyle::class, SpotBugsTask::class, Cpd::class).forEach {
}

tasks.javadoc {
setFailOnError(false)
isFailOnError = false
}

publishing.publications {
Expand Down

0 comments on commit 7712d9e

Please sign in to comment.