Skip to content

Commit

Permalink
Testing testing
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl authored and LlmDl committed Feb 23, 2018
1 parent c7463f8 commit abed253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -30,7 +30,7 @@

<target name="compile" depends="download">
<!-- Compile the java code -->
<javac srcdir="src" destdir="${build}" includeantruntime="false" target="1.6" source="1.6" debug="true" debuglevel="lines,vars,source">
<javac srcdir="src" destdir="${build}" includeantruntime="false" target="1.8" source="1.8" debug="true" debuglevel="lines,vars,source">
<classpath>
<pathelement location="${env.LIB}/bukkit.jar" />
<pathelement location="${env.LIB}/bpermissions.jar" />
Expand Down
2 changes: 1 addition & 1 deletion src/ChangeLog.txt
Expand Up @@ -2901,4 +2901,4 @@ v0.92.0.10:
- NationInviteTownEvent
- NationRequestAllyNationEvent
- TownInvitePlayerEvent
- Added bStats metrics.
- Added bStats metrics.

0 comments on commit abed253

Please sign in to comment.