[ https://issues.apache.org/jira/browse/BEAM-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210649#comment-15210649 ]
ASF GitHub Bot commented on BEAM-149: ------------------------------------- GitHub user mxm opened a pull request: https://github.com/apache/incubator-beam/pull/73 [BEAM-149] move language source config to pluginManagement This fixes issues with the source/target level in IntelliJ. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mxm/incubator-beam BEAM-149 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-beam/pull/73.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #73 ---- commit d869d7d371654b694bde498ae6b2b4a1d320850c Author: Maximilian Michels <m...@apache.org> Date: 2016-03-24T17:54:05Z [BEAM-149] move language source config to pluginManagement This fixes issues with the source/target level in IntelliJ. ---- > IntelliJ: Java 8 tests configuration > ------------------------------------ > > Key: BEAM-149 > URL: https://issues.apache.org/jira/browse/BEAM-149 > Project: Beam > Issue Type: Bug > Components: build-system > Reporter: Maximilian Michels > Priority: Minor > > Is it only me or does IntelliJ not correctly handle the Java 8 tests module? > It always complains about the language level. When I set the language level > to Java 8 for this module, it states: "Error:java: javacTask: source release > 1.8 requires target release 1.8". > My solution for now is to unmark the sources directory for the test. However, > I'd like to run the Java 8 tests from IntelliJ :) Anybody an idea how to fix > this? -- This message was sent by Atlassian JIRA (v6.3.4#6332)