Skip to content

Commit

Permalink
changed compiler settings to Java8 (openhab#1372)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <[email protected]>
  • Loading branch information
kaikreuzer committed Nov 1, 2016
1 parent 00bac1a commit a8389fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
20 changes: 1 addition & 19 deletions addons/io/org.openhab.io.homekit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@
<artifactId>org.openhab.io.homekit</artifactId>

<name>HomeKit Integration</name>
<packaging>eclipse-plugin</packaging>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>${tycho-groupid}</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

<packaging>eclipse-plugin</packaging>

</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
<version>${tycho-version}</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit a8389fc

Please sign in to comment.