From 51bc6a61ea23833d7fadc7a2cfc5335e453c9368 Mon Sep 17 00:00:00 2001 From: Danny Thomas Date: Wed, 21 Oct 2015 14:59:16 -0700 Subject: [PATCH] Update common configuration to add additional test logging --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index de49a51..da54411 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ contacts { } } -apply from: 'https://raw.githubusercontent.com/nebula-plugins/nebula-core/fc54bacf5087f3b3f160f2bd7f7df7eaa3bf881d/common.gradle' +apply from: 'https://raw.githubusercontent.com/nebula-plugins/nebula-core/f187498b01c752d139f33fd5b54871d04623c838/common.gradle' dependencies { compile 'commons-beanutils:commons-beanutils-core:1.8.3'