Maven compilation issue with Java 9

前端 未结 5 1567
独厮守ぢ
独厮守ぢ 2020-11-30 05:40

Trying to compile a Maven project using JDK 9.0.1 I\'m facing this stacktrace without much of an explanation:

Exception in thread \"main\" java.lang.Assertio         


        
5条回答
  •  Happy的楠姐
    2020-11-30 05:53

    Just add this

    true
    

    to your maven compiler build plugin in your POM and you'll see all the javac errors! Source with more details

提交回复
热议问题