maven-compiler-plugin
maven-compiler-plugin copied to clipboard
The referenced class will not be compiled
Affected version
4.0.0-rc-4
Bug description
I looked at the current incremental compilation code. After we analyze the compiled class, do we also need to compile other classes related to it? I feel that the code of version 3.x is already good enough. We just need to add it and find the dependencies. I have looked at the gradle code. They have this logic. The parameters of 4.x are too complicated. Users should not be aware of so many scopes. There are some other small issues, how can we discuss them together