ERROR Source option 1.5 is no longer supported. Use 1.6 or later

后端 未结 10 1022
[愿得一人]
[愿得一人] 2020-12-24 04:32

It all happens when I was trying to build a springboot application by ./mvnw clean install

When I first run the install command, it runs into followin

10条回答
  •  無奈伤痛
    2020-12-24 04:56

    This worked for me!!!!

    
    
    
        4.0.0
    
        academy.learnprogramming
        hello-maven
        1.0-SNAPSHOT
    
        
            ch.qos.logback
            logback-classic
            1.2.3
        
    
    
    
        
            
                org.apache.maven.plugins
                maven-compiler-plugin
                3.7.0
                
                    10
                    10
                    10
                
    
            
        
    
    
    

提交回复
热议问题