maven-compiler-plugin icon indicating copy to clipboard operation
maven-compiler-plugin copied to clipboard

The referenced class will not be compiled

Open zhaoyunxing92 opened this issue 3 months ago • 2 comments

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

zhaoyunxing92 avatar Sep 23 '25 06:09 zhaoyunxing92