Skip to content

Commit

Permalink
Submodule should build with source-level and target-level 6, just lik…
Browse files Browse the repository at this point in the history
…e the main module
  • Loading branch information
mabe02 committed May 28, 2016
1 parent 3c27405 commit 14b4193
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions native-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,17 @@
<version>4.2.2</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 14b4193

Please sign in to comment.