Ça trolle…
/
troll.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make game parameters overridable through game settings
[troll.git]
/
pom.xml
diff --git
a/pom.xml
b/pom.xml
index
8c64961
..
675ba48
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-7,8
+7,23
@@
<artifactId>castle-troll</artifactId>
<version>0.5-git</version>
<artifactId>castle-troll</artifactId>
<version>0.5-git</version>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.8.1</version>
+ <configuration>
+ <compilerArgs>
+ <arg>-Xlint</arg>
+ </compilerArgs>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
<properties>
<properties>
- <gamengine.version>3.1
3.1
</gamengine.version>
+ <gamengine.version>3.1
5.0
</gamengine.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
@@
-26,6
+41,12
@@
<version>${gamengine.version}</version>
</dependency>
<version>${gamengine.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.codingame.gameengine</groupId>
+ <artifactId>module-toggle</artifactId>
+ <version>${gamengine.version}</version>
+ </dependency>
+
<dependency>
<groupId>com.codingame.gameengine</groupId>
<artifactId>runner</artifactId>
<dependency>
<groupId>com.codingame.gameengine</groupId>
<artifactId>runner</artifactId>