Why won't eclipse switch the compiler to Java 8?

前端 未结 11 1596
无人及你
无人及你 2020-12-09 08:06

I checked out a Java project from SVN in eclipse and realized that it requires Java 8 because it uses lambdas etc. I installed the eclipse addon for Java 8 and restarted ecl

11条回答
  •  一向
    一向 (楼主)
    2020-12-09 08:39

    
            
                
                    org.apache.maven.plugins
                    maven-compiler-plugin
                    3.6.1
                    
                        1.8
                        1.8
                    
                
            
        
    

提交回复
热议问题