kennknowles commented on pull request #13134:
URL: https://github.com/apache/beam/pull/13134#issuecomment-716855673
Confirmed with `git bisect` that this change causes the java compile.
```diff
--- a/sdks/java/container/build.gradle
+++ b/sdks/java/container/build.gradle
@@ -82,7 +82,7 @@ licenseReport {
project.rootProject.findProject(':sdks:java:io:kafka')]
excludeOwnGroup = true
excludeGroups = ["beam.*"] // project dependencies do not match their
maven coords
- configurations = ALL
+ configurations = ["runtime", "shadow", "compile"]
renderers = [new JsonReportRenderer()]
}
```
I did not also bisect but I also guess that `excludes =
['org.checkerframwork:jdk8']` causes the compile. That line doesn't work
anyhow, because it excludes deps too late.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]