Skip to content

Commit

Permalink
bugfix: build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez committed Feb 14, 2024
1 parent 3816240 commit 8266036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BUILDVERSION:="Development build \(built with Make\)"

JAVA_SRCS := $(shell find src -type f)
target/manzan.jar: ${JAVA_SRCS} /QOpenSys/pkgs/bin/mvn
JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk80/64bit /QOpenSys/pkgs/bin/mvn -Djava.net.preferIPv4Stack=true "-Dmanzan.version=${BUILDVERSION}" package
JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk80/64bit /QOpenSys/pkgs/bin/mvn -Djava.net.preferIPv4Stack=true -Dmanzan.version=${BUILDVERSION} package
cp target/manzan-*-with-dependencies.jar target/manzan.jar

mkdirs:
Expand Down

0 comments on commit 8266036

Please sign in to comment.