summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndreas Abraham <aabraham@iaik.tugraz.at>2018-05-14 15:19:46 +0200
committerAndreas Abraham <aabraham@iaik.tugraz.at>2018-05-14 15:19:46 +0200
commit06d9e77445fddb296ddb6306b916fc50e09d127c (patch)
tree8f4f3547ac55fabeaa42f73f0ffeffae89f0cc09 /pom.xml
parent9e24a02d80e13273ec5d1d4fa9b3a95d8ae486c2 (diff)
downloadmocca-06d9e77445fddb296ddb6306b916fc50e09d127c.tar.gz
mocca-06d9e77445fddb296ddb6306b916fc50e09d127c.tar.bz2
mocca-06d9e77445fddb296ddb6306b916fc50e09d127c.zip
cast to base class added related to java api change from 8 to 9
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 7 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index b8de832f..8a1ef731 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,15 +79,13 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
- <version>2.1</version>
- <configuration>
- <!--
- <fork>true</fork>
- <executable>${java_150_sun}/bin/javac</executable>
- <compilerVersion>1.5</compilerVersion>
- -->
- <source>1.6</source>
- <target>1.6</target>
+ <version>3.7.0</version>
+ <configuration>
+ <fork>true</fork>
+ <executable>${env.JAVA_HOME}\bin\javac.exe</executable>
+ <compilerVersion>9</compilerVersion>
+ <source>1.7</source>
+ <target>1.7</target>
<verbose>true</verbose>
<showWarnings>true</showWarnings>
<encoding>UTF-8</encoding>