Updated to suppot later Java versions
This commit is contained in:
parent
040aa01d2f
commit
b11268ec9c
13 changed files with 198 additions and 161 deletions
6
pom.xml
6
pom.xml
|
|
@ -72,10 +72,10 @@
|
|||
<plugin>
|
||||
<!-- settings for javac. -->
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.5.1</version>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
<source>11</source>
|
||||
<target>11</target>
|
||||
|
||||
<testExcludes>
|
||||
<exclude>edu/utah/ece/async/ibiosim/conversion/gcm2sbml/*.java</exclude>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue