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