I have a subtle change to gradle pending: <https:...
# community-support
m
I have a subtle change to gradle pending: https://github.com/gradle/gradle/pull/30106 It is failing architecture testtest with the following message:
Copy code
InternalNullabilityTest > internal_classes_are_annotated_with_non_null_api FAILED
    java.lang.AssertionError at ArchRule.java:94
Any suggestions on how to resolve the problem?
m
Your guidance was spot on as usual. Thank you. I had to create a new PR because the original branch on my side was still based on v8.7.0, which caused new issues during the fix. https://github.com/gradle/gradle/pull/30120
v
You never need to open new PRs, you can always change the base branch on the web ui and do a force-push
m
I do not trust my git skills or git comprehension. I took the safest path for me just to close out the issue. I do appreciate your advise / coaching. Thank you again.
👌 1