Can not download sources with Intellij Idea community 12.1.4 and maven 3.0.5

前端 未结 9 1898
夕颜
夕颜 2020-12-29 18:12

I click \"download sources and documentation\" in Intellij Idea Community Edition 12.1.4 and get error that sources can not be downloaded. But when I try:

mv         


        
9条回答
  •  鱼传尺愫
    2020-12-29 18:55

    I changed the java version in pom.xml to match my jdk's version and it worked for me.

    
        UTF-8
        UTF-8
    
         
        10
    
    
    

提交回复
热议问题