We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f220fea commit fb52877Copy full SHA for fb52877
conventions/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -280,11 +280,6 @@ tasks {
280
charSet = "UTF-8"
281
breakIterator(true)
282
283
- // TODO (trask) revisit to see if url is fixed
284
- // currently broken because https://docs.oracle.com/javase/8/docs/api/element-list is missing
285
- // and redirects
286
- // links("https://docs.oracle.com/javase/8/docs/api/")
287
-
288
addStringOption("Xdoclint:none", "-quiet")
289
// non-standard option to fail on warnings, see https://bugs.openjdk.java.net/browse/JDK-8200363
290
addStringOption("Xwerror", "-quiet")
0 commit comments