unable to build maven project due to javadoc error?

后端 未结 6 937
离开以前
离开以前 2021-02-01 13:33

has anyone come across a simlar maven error below?

i am unable to build my project due to the error below. All was working previously fine before i started working on th

6条回答
  •  借酒劲吻你
    2021-02-01 13:40

    UPDATE FOR THOSE WHO GOOGLED THIS BUG: If the project uses source/target 8, adding 8 in javadoc configuration should make the project buildable on jdk {11, 12, 13}:

    
    org.apache.maven.plugins
    maven-javadoc-plugin
    
      8
    
     ...
    

提交回复
热议问题