Update pom.xml configuration
This commit is contained in:
parent
41c9bdb1f3
commit
a348b00825
2
pom.xml
2
pom.xml
@ -15,6 +15,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<version>3.8.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.9</source>
|
<source>1.9</source>
|
||||||
<target>1.9</target>
|
<target>1.9</target>
|
||||||
@ -25,6 +26,7 @@
|
|||||||
<modules>
|
<modules>
|
||||||
<module>clock</module>
|
<module>clock</module>
|
||||||
<module>simple-pathfinding</module>
|
<module>simple-pathfinding</module>
|
||||||
|
<module>imageloader</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
Loading…
Reference in New Issue
Block a user