File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,9 +145,9 @@ task ballerinaBuild {
145145 workingDir project. projectDir
146146 environment " JAVA_OPTS" , " -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true"
147147 if (Os . isFamily(Os . FAMILY_WINDOWS )) {
148- commandLine ' cmd' , ' /c' , " $balJavaDebugParam $distributionBinPath /bal.bat build ${ testParams} ${ debugParams} && exit %%ERRORLEVEL%%"
148+ commandLine ' cmd' , ' /c' , " $balJavaDebugParam $distributionBinPath /bal.bat build -c ${ testParams} ${ debugParams} && exit %%ERRORLEVEL%%"
149149 } else {
150- commandLine ' sh' , ' -c' , " $balJavaDebugParam $distributionBinPath /bal build ${ testParams} ${ debugParams} "
150+ commandLine ' sh' , ' -c' , " $balJavaDebugParam $distributionBinPath /bal build -c ${ testParams} ${ debugParams} "
151151 }
152152 }
153153 // extract bala file to artifact cache directory
You can’t perform that action at this time.
0 commit comments