Skip to content

Commit

Permalink
Merge pull request rism-digital#3545 from bwbohl/fix/java-build
Browse files Browse the repository at this point in the history
Fix/java build
  • Loading branch information
lpugin authored Nov 16, 2023
2 parents ff1a7e6 + 37e8cbe commit 1ad5f4e
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 1ad5f4e

Please sign in to comment.