How is the compilation order of multiple modules decided? #3190
mozhuanzuojing
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I observe the logs after the
Java: Clean Java Language Server Workspace operation
, and moduleA
and moduleB
compile before the public moduleC
. ThenA
andB
compile with some temporary errors, and after compilingC
,A
andB
are recompiled to eliminate these errors. Finally, the whole project compiles correctly.In the end,
A
andB
end up compiling repeatedly, wasting some time.Beta Was this translation helpful? Give feedback.
All reactions