cushon commented on code in PR #24930:
URL: https://github.com/apache/beam/pull/24930#discussion_r1065118036
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -778,6 +778,7 @@ class BeamModulePlugin implements Plugin<Project> {
// Disabling checks since this property is only used for Jenkins tests
// https://github.com/tbroyer/gradle-errorprone-plugin#jdk-16-support
options.errorprone.errorproneArgs.add("-XepDisableAllChecks")
+ // The -J prefix is needed to workaround
https://github.com/gradle/gradle/issues/22747
Review Comment:
> Is this the right issue?
Thanks, that should have been https://github.com/gradle/gradle/issues/22746,
I pushed a fix
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]