Skip to content

Commit

Permalink
set Java source and target to 1.6 (1.5 is deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
eighthave committed Jan 18, 2017
1 parent 41cd510 commit 182ee6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_rules.xml
Expand Up @@ -28,6 +28,9 @@
</condition>
</fail>

<property name="java.source" value="1.6" />
<property name="java.target" value="1.6" />

<target name="javadoc" description="Generate Javadocs">
<javadoc sourcepath="${source.dir}"
destdir="${out.dir}/javadoc"
Expand Down

0 comments on commit 182ee6c

Please sign in to comment.