主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
David Richardson
活动总数
6
最后的活动
2018年01月31日 09:09
成员加入日期
2017年06月07日 13:14
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2018年01月31日 09:09
Using Maven i can specify the compiler version in three ways. Two of these hard code the compiler in the POM and one is via the command line. IntelliJ is forcing the Developer to hard code the com...
社区
IntelliJ IDEA Users
Java Compiler - target bytecode version - Keeps reverting to 1.5
0 票
创建于
2018年01月31日 08:27
As the originator of the issue I completely disagree with the Serge's comments. The basic function of selecting your target byte code should be remembered by the IDE. Visual Studio does this, Ecli...
社区
IntelliJ IDEA Users
Java Compiler - target bytecode version - Keeps reverting to 1.5
1 票
创建于
2017年09月19日 07:15
to "fix" this you need to add the following properties to your maven pom: <properties> <!-- necessary for intellij to function --> <maven.compiler.source>1.8</maven.compiler.source> ...
社区
IntelliJ IDEA Users
Java Compiler - target bytecode version - Keeps reverting to 1.5
0 票
创建于
2017年06月07日 13:27
the pom already has the override: <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> ...
社区
IntelliJ IDEA Users
Java Compiler - target bytecode version - Keeps reverting to 1.5
2 票