Skip to content

Commit

Permalink
fix output path="target/test-classes" otherwise no test is executed
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Mar 7, 2024
1 parent a4538ac commit 5b16d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.xtend.lib.tests/.classpath
Expand Up @@ -12,5 +12,5 @@
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="output" path="target/test-classes"/>
</classpath>

0 comments on commit 5b16d2a

Please sign in to comment.