Skip to content

Commit 8a924c3

Browse files
authored
Update build-all.bat
1 parent 5aff702 commit 8a924c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-all.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cmd /c "gradlew.bat" clean publishtoMavenLocal --no-daemon || exit /b %ERRORLEVE
88
echo ------------------------------------------
99
echo BUILDING AND TESTING JACKSON MODULE
1010
echo ------------------------------------------
11-
cd ..\jackson
11+
cd jackson
1212
@REM cmd /c "gradlew.bat" clean test --stacktrace --no-daemon --warning-mode all || exit /b %ERRORLEVEL%;
1313
cmd /c "gradlew.bat" clean publishtoMavenLocal --no-daemon || exit /b %ERRORLEVEL%;
1414

0 commit comments

Comments
 (0)