aboutsummaryrefslogtreecommitdiff
path: root/build-with-gradle
diff options
context:
space:
mode:
authorRyan Schmitt <rschmitt@pobox.com>2015-05-31 14:01:34 -0700
committerRyan Schmitt <rschmitt@pobox.com>2015-05-31 14:01:34 -0700
commitb1101798d7dce738d7ff2efa9ccfd46c7b6c1a1e (patch)
tree668dbb0d42d6d8c80a25ddfb4339b227ce6f99a2 /build-with-gradle
parentd9fa06b610e0e0b211e4489eeda3910fd3148dcf (diff)
downloadtestng-b1101798d7dce738d7ff2efa9ccfd46c7b6c1a1e.tar.gz
Remove redundant cleanTest; use gradle daemon
Diffstat (limited to 'build-with-gradle')
-rwxr-xr-xbuild-with-gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-with-gradle b/build-with-gradle
index a48ce76a..44e73f26 100755
--- a/build-with-gradle
+++ b/build-with-gradle
@@ -1 +1 @@
-./gradlew --stacktrace clean build cleanTest test
+./gradlew --daemon --stacktrace clean build test