General clean-up. Fixed GateKeeper, updated startup scripts, fixed warnings.

This commit is contained in:
cognitivegears
2016-10-30 22:09:45 -05:00
parent c341825239
commit e90aa49444
9 changed files with 60 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
<groupId>com.droidquest</groupId>
<artifactId>dq</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2</version>
<packaging>jar</packaging>
<name>DroidQuest</name>
@@ -22,8 +22,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>5</source>
<target>5</target>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>