Skip to content

Commit 5aff702

Browse files
authored
Update build-all.sh
1 parent fd653e2 commit 5aff702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ sh ./gradlew clean publishtoMavenLocal --no-daemon || { echo 'building vmf faile
88
echo ------------------------------------------
99
echo BUILDING AND TESTING JACKSON MODULE
1010
echo ------------------------------------------
11-
cd ../jackson
11+
cd jackson
1212
sh ./gradlew clean publishtoMavenLocal --no-daemon || { echo 'building vmf failed' ; exit 1; }
1313

0 commit comments

Comments
 (0)