We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd653e2 commit 5aff702Copy full SHA for 5aff702
build-all.sh
@@ -8,6 +8,6 @@ sh ./gradlew clean publishtoMavenLocal --no-daemon || { echo 'building vmf faile
8
echo ------------------------------------------
9
echo BUILDING AND TESTING JACKSON MODULE
10
11
-cd ../jackson
+cd jackson
12
sh ./gradlew clean publishtoMavenLocal --no-daemon || { echo 'building vmf failed' ; exit 1; }
13
0 commit comments