forked from JavaTX/JavaCompilerCore
Java 9 zu Java 8 ändern. Sollte ausreichen
This commit is contained in:
parent
79810be94f
commit
6b1a4eddfc
4
pom.xml
4
pom.xml
@ -83,8 +83,8 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>9</source>
|
||||
<target>9</target>
|
||||
<source>8</source>
|
||||
<target>8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
Loading…
x
Reference in New Issue
Block a user