Skip to content

Commit

Permalink
Exclude Example.java file from build
Browse files Browse the repository at this point in the history
  • Loading branch information
TENIOS committed Sep 25, 2024
1 parent 504e088 commit 7f4db28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Java/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<mkdir dir="build" />
<javac includeantruntime="false" srcdir="." destdir="build">
<include name="me/dilley/MineStat.java" />
<include name="Example.java" />
<exclude name="Example.java" />
<exclude name="Test" />
</javac>
<echo>Thank you for using MineStat!</echo>
Expand Down

0 comments on commit 7f4db28

Please sign in to comment.