fix compiling on other systems
This commit is contained in:
parent
2592ca511f
commit
79a1f939e6
5
pom.xml
5
pom.xml
@ -35,6 +35,11 @@
|
|||||||
<mainClass>libremines/com.shr4pnel.minesweeper.Main</mainClass>
|
<mainClass>libremines/com.shr4pnel.minesweeper.Main</mainClass>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<version>3.13.0</version>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user