Skip to content

Commit

Permalink
Fix a typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jan 7, 2024
1 parent 9fd9864 commit 8f19096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</target>

<target name="run" description="Runs a main class from the &quot;example&quot; folder.">
<fail message="You must specify an example to run using -D:class=&lt;example&gt;." unless="class"/>
<fail message="You must specify an example to run using -Dclass=&lt;example&gt;." unless="class"/>
<java sourceFile="example/${class}.java" classPathRef="project.classpath" failOnError="true" fork="true"/>
</target>

Expand Down

0 comments on commit 8f19096

Please sign in to comment.