This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9322878e0 [Bug]fixed the build.sh bug (#1916)
9322878e0 is described below

commit 9322878e06971fe754b634d92cd6fbf2717f84db
Author: Gerry <[email protected]>
AuthorDate: Thu Oct 27 16:30:17 2022 +0800

    [Bug]fixed the build.sh bug (#1916)
---
 build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 79eab3a37..54e2637c8 100755
--- a/build.sh
+++ b/build.sh
@@ -176,7 +176,7 @@ mixedPackage() {
     binaryVer="2.12"
   fi
   echo_g "build info: package mode @ mixed, scala version @ $binaryVer, now 
build starting..."
-  "$PRG_DIR/mvnw" clean package -T 4 -DskipTests -Dscala.version=$scalaVer 
-Dscala.binary.version=$binaryVer -Pwebapp
+  "$PRG_DIR/mvnw" clean package -DskipTests -Dscala.version=$scalaVer 
-Dscala.binary.version=$binaryVer -Pwebapp
 
   if [ $? -eq 0 ]; then
      printf '\n'
@@ -194,7 +194,7 @@ detachedPackage () {
 
   echo_g "build info: package mode @ detached, scala version @ $binaryVer, now 
build starting..."
 
-  "$PRG_DIR"/mvnw clean package -T 4 -DskipTests -Dscala.version=$scalaVer 
-Dscala.binary.version=$binaryVer
+  "$PRG_DIR"/mvnw clean package -DskipTests -Dscala.version=$scalaVer 
-Dscala.binary.version=$binaryVer
 
   if [ $? -eq 0 ]; then
     printf '\n'

Reply via email to