码迷,mamicode.com
首页 > 其他好文 > 详细

pom指定jdk版本

时间:2017-12-28 19:42:35      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:compiler   conf   targe   ati   compile   font   source   gpo   target   

<build>  
    <plugins>  
        <plugin>   
            <groupId>org.apache.maven.plugins</groupId>  
            <artifactId>maven-compiler-plugin</artifactId>  
            <version>2.0.2</version>  
            <configuration>  
                <source>1.8</source>  
                <target>1.8</target>  
            </configuration>  
        </plugin>  
    </plugins>  
</build>  

 

pom指定jdk版本

标签:compiler   conf   targe   ati   compile   font   source   gpo   target   

原文地址:https://www.cnblogs.com/wuyanlin/p/8137045.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!