Skip to content

Commit

Permalink
Remove outdated commented out code (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Nov 24, 2024
1 parent 66f07b9 commit 436b166
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ tasks {
breakIterator(true)

addBooleanOption("html5", true)

// TODO (trask) revisit to see if url is fixed
// currently broken because https://docs.oracle.com/javase/8/docs/api/element-list is missing
// and redirects
// links("https://docs.oracle.com/javase/8/docs/api/")

addBooleanOption("Xdoclint:all,-missing", true)
}
}
Expand Down

0 comments on commit 436b166

Please sign in to comment.