Workaround for javac compilation order bug in maven

后端 未结 5 2062
栀梦
栀梦 2020-12-09 16:34

I\'m encountering a bug in the Java compiler where the order of files submitted for compilation can cause code not to compile. I\'ve drilled down the code to isolate the sma

5条回答
  •  余生分开走
    2020-12-09 17:31

    We had the same problem. Multiple executions of the maven compiler plugin worked for us...

提交回复
热议问题