Skip to content

Commit

Permalink
Fix Java build
Browse files Browse the repository at this point in the history
building the Java Toolkit failed with a report to use target elements instead of task element in pom.xml
  • Loading branch information
bwbohl committed Nov 15, 2023
1 parent c189ec0 commit 37e8cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<property name="native.classpath" refid="maven.compile.classpath" />
<echo file="${project.build.directory}/compile-classpath" message="${native.classpath}" />
<exec dir="." executable="./build.sh" failonerror="true"/>
</tasks>
</target>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 37e8cbe

Please sign in to comment.