mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[DEV] JDK 11+ support. All builds still target Java 1.8.
This commit is contained in:
parent
9f22664bf1
commit
8b71e0a444
33 changed files with 126 additions and 81 deletions
|
|
@ -30,8 +30,8 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
<source>${java.version}</source>
|
||||
<target>${java.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue