From a27b05242fcfe3a748f9a58fbfd6c97ec3af7fc4 Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Fri, 3 Jan 2025 08:38:13 +0100 Subject: [PATCH] Change location of shaded jar --- smoke-tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoke-tests/Makefile b/smoke-tests/Makefile index 438359add28..287b14b3bd9 100644 --- a/smoke-tests/Makefile +++ b/smoke-tests/Makefile @@ -1,7 +1,7 @@ CURL:=curl -L -\# --fail --create-dirs otp.jar: - cp ../shaded-jar/target/otp-*-SNAPSHOT-shaded.jar otp.jar + cp ../otp-shaded/target/otp-shaded-*-SNAPSHOT.jar otp.jar atlanta/osm.pbf: ${CURL} http://osm.ibi-transit.com/vex/33.654066160697056,-84.759521484375,33.994611584814606,-84.30976867675781.pbf -o $@