Skip to content

Commit

Permalink
Adjusted Java example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Oct 8, 2024
1 parent 3bae460 commit 2f80052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/Java/JUnit/build-github.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
<src path="${src}" />
<src path="${test}" />
<classpath>
<pathelement location="/usr/share/gradle-8.10.1/lib/junit-4.13.2.jar"/>
<pathelement location="/usr/share/gradle-8.10.2/lib/junit-4.13.2.jar"/>
</classpath>
</javac>
</target>

<target name="junit" depends="compile">
<junit haltonerror="true" printsummary="true">
<classpath>
<pathelement location="/usr/share/gradle-8.10.1/lib/junit-4.13.2.jar"/>
<pathelement location="/usr/share/gradle-8.10.1/lib/hamcrest-core-1.3.jar"/>
<pathelement location="/usr/share/gradle-8.10.2/lib/junit-4.13.2.jar"/>
<pathelement location="/usr/share/gradle-8.10.2/lib/hamcrest-core-1.3.jar"/>
<pathelement location="${build}"/>
</classpath>
<formatter type="xml"/>
Expand Down

0 comments on commit 2f80052

Please sign in to comment.