picocli-annotation-processing-tests fail on Java 16+ #1939
Labels
java
Pull requests that update Java code
theme: build
An issue or change related to the build system
type: bug 🐛
Milestone
Related to #1930
Annotation tests fail on Java 16+ with this error:
The build.gradle for that module had the below workaround for this, but this no longer seems to work...
google/compile-testing#222 (comment) suggests fixing the tests to avoid some methods and do String comparison instead of relying on functionality that depends on the internal compiler.
E.g. in
java/picocli/annotation/processing/tests/Issue769Test.java
, the following change fixes the issue:The text was updated successfully, but these errors were encountered: