You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2016/07/27 20:55:04 UTC

incubator-geode git commit: GEODE-1666: Remove lingering docker plugin setup

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-1666 97a8452e7 -> ad2d88865


GEODE-1666: Remove lingering docker plugin setup


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ad2d8886
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ad2d8886
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/ad2d8886

Branch: refs/heads/feature/GEODE-1666
Commit: ad2d8886527003855b78585bb2aed1dc08617613
Parents: 97a8452
Author: Jens Deppe <jd...@pivotal.io>
Authored: Wed Jul 27 13:54:29 2016 -0700
Committer: Jens Deppe <jd...@pivotal.io>
Committed: Wed Jul 27 13:54:29 2016 -0700

----------------------------------------------------------------------
 build.gradle | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ad2d8886/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 04e685c..9a3ff10 100755
--- a/build.gradle
+++ b/build.gradle
@@ -18,14 +18,12 @@
 buildscript {
   repositories {
     maven { url "https://plugins.gradle.org/m2/" }
-    maven { url = "http://dl.bintray.com/pedjak/gradle-plugins"}
   }
 
   dependencies {
     classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.2.0"
     classpath "org.ajoberstar:gradle-git:1.3.2"
     classpath 'com.bmuschko:gradle-nexus-plugin:2.3.1'
-    classpath "com.pedjak.gradle.plugins:dockerized-test:0.4.2"
   }
 }