Skip to content

Commit

Permalink
Merge pull request #245 from TENIOS/java
Browse files Browse the repository at this point in the history
Fix #244 issue
  • Loading branch information
ldilley authored Sep 26, 2024
2 parents 1adb683 + 7f4db28 commit e91447d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion Java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<!--<scope>test</scope>-->
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit e91447d

Please sign in to comment.