From 6a0dc7aecf9211cb90d142de5b18690bf0167d11 Mon Sep 17 00:00:00 2001 From: Justin Simon Date: Tue, 17 Jan 2017 23:27:48 -0600 Subject: [PATCH] Reverting Github repo for pull request This commit fixes the github repo back to the main repository. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5958ac0..0d6de0a 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { { exclude module: 'groovy-all' } - compile 'com.github.jls5177:jenkins-automation:-SNAPSHOT' + compile 'com.github.cfpb:jenkins-automation:-SNAPSHOT' } task wrapper(type: Wrapper) {