Maven build error #4003
-
|
I get the following when building via
Here's my mvn version info:
I've never seen that kind of compilation error before; tried to research it but it seemed like a rabbit hole so I thought I'd bring it up here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
After some more research, I added a open module org.assertj.tests.core {
}Doing that allowed the maven build to complete successfully. |
Beta Was this translation helpful? Give feedback.
🤔 indeed...
I re-cloned into a different local directory and it builds fine. I had stashed all changes before posting this, so no idea what was in my original repo clone that caused it. Sorry for the noise.