aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 47bc89e9e2b..91b40fb5166 100755
--- a/build.sh
+++ b/build.sh
@@ -2,6 +2,4 @@
./stop.sh
-# Parallel executions of maven modules and tests.
-# Half of CPU core are used in to keep other half for OS and other programs.
-mvn clean install -e -B -T0.5C -DforkCount=0.5C $*
+./gradlew build $*