We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8900717 commit 6e036cbCopy full SHA for 6e036cb
1 file changed
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -988,6 +988,9 @@ class BeamModulePlugin implements Plugin<Project> {
988
'-Xlint:-path',
989
'-Xlint:-this-escape'
990
]
991
+ if (ver == '25') {
992
+ options.compilerArgs += ['-Xlint:-dangling-doc-comments']
993
+ }
994
// Error prone requires some packages to be exported/opened for Java 17+
995
// Disabling checks since this property is only used for tests
996
options.errorprone.errorproneArgs.add("-XepDisableAllChecks")
0 commit comments