Skip to content

Commit

Permalink
Java 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kormushin committed Oct 14, 2014
1 parent 7e863e1 commit 2886342
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</path>

<target name="compile" depends="init">
<javac destdir="${out}" encoding="UTF-8" debug="true" source="1.7" target="1.7" includeAntRuntime="false" nowarn="on" deprecation="off">
<javac destdir="${out}" encoding="UTF-8" debug="true" source="1.8" target="1.8" includeAntRuntime="false" nowarn="on" deprecation="off">
<classpath refid="fizteh.classpath"/>
<src refid="fizteh.sourcepath"/>
<include name="**/*.java"/>
Expand All @@ -34,7 +34,7 @@
</target>

<target name="run.checkstyle" description="Checkstyle utility (code conventions)">
<taskdef resource="checkstyletask.properties" classpath="lib/checkstyle-5.6-all.jar"/>
<taskdef resource="checkstyletask.properties" classpath="lib/checkstyle-5.9-SNAPSHOT-all.jar"/>

<checkstyle
config="lib/checkstyle-rules.xml"
Expand Down
Binary file removed lib/checkstyle-5.6-all.jar
Binary file not shown.
Binary file added lib/checkstyle-5.9-SNAPSHOT-all.jar
Binary file not shown.

0 comments on commit 2886342

Please sign in to comment.