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