From e0a945c2bd03b9d3af72981195c42e53081b0358 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 06 Sep 2015 00:03:12 +0000
Subject: [PATCH] Fix Gradle output and Groovy dependency
---
build.gradle | 2 +-
script.sh | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/build.gradle b/build.gradle
index f43ce99..ad561a5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'groovy'
dependencies {
- compile 'org.codehaus.groovy:groovy-all:2.4.4'
+ groovy 'org.codehaus.groovy:groovy-all:2.4.4'
compile 'junit:junit:4.12'
compile 'org.seleniumhq.selenium:selenium-htmlunit-driver:2.47.1'
}
diff --git a/script.sh b/script.sh
index bdbfb47..a51dd77 100755
--- a/script.sh
+++ b/script.sh
@@ -6,4 +6,5 @@
php -S 127.0.0.1:8080 -t portal/ -d include_path=.:../../.. &
php -S 127.0.0.1:8081 -t cas-mockup/ &
+export TERM=dumb
exec gradle test
--
Gitblit v1.9.1