summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-25 12:30:48 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-25 12:30:48 -0300
commit6b76d2ff5a3df3931c0983d915eed33e83e892e0 (patch)
treee2d959c0d59a6cae412dafee307cbd25b99a1a9d /pom.xml
parent80b48c9fcba9c7c9d64501a6e2ac7c5b98fcd1d2 (diff)
Move dice to new module
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3252e76..decd74c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,19 @@
<version>1.0.0</version>
<packaging>pom</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.7.0</version>
+
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<modules>
<module>base</module>
<module>dice</module>