Skip to content

Commit 0fbe072

Browse files
committed
fix makefile
1 parent a61f5cb commit 0fbe072

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ check-licenses-python:
5555
scripts/check_python_licenses.sh
5656

5757
check-licenses-java:
58-
cd latest && mvn validate
59-
cd legacy && mvn validate
58+
mvn validate
6059

6160
show-unused-dependencies:
6261
mvn dependency:analyze
@@ -81,7 +80,7 @@ deep-clean: clean
8180

8281
# build targets
8382
compile: download-dependencies
84-
cd latest && mvn package
83+
mvn package -Pcurrent
8584

8685
download-dependencies:
8786
poetry run scripts/download_dependencies.py

0 commit comments

Comments
 (0)