Output path is shared between the same module error

后端 未结 13 2111
天涯浪人
天涯浪人 2021-02-01 13:16

When I try to compile any class in my project I get the error below:

Error scala: Output path .../eval/target/test-classes is shared between: Module \'eval\' tes         


        
13条回答
  •  日久生厌
    2021-02-01 13:30

    all you need to do is:

    • synchronize both modules (right click > Synchronize)
    • re-import pom.xml for both modules (right click > Maven > Re Import)

    Enjoy

提交回复
热议问题