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 2018/04/09 16:35:12 UTC

[geode] branch develop updated: GEODE-5024: Use debug version of gradle-dockerized-test-plugin (#1749)

This is an automated email from the ASF dual-hosted git repository.

jensdeppe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new f0fe90e  GEODE-5024: Use debug version of gradle-dockerized-test-plugin (#1749)
f0fe90e is described below

commit f0fe90e73927ffb59c998ee3d2e1204eca766e37
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Mon Apr 9 09:35:07 2018 -0700

    GEODE-5024: Use debug version of gradle-dockerized-test-plugin (#1749)
    
    - This version is forked at
      github.com/jdeppe-pivotal/gradle-dockerized-test-plugin and the artifacts
      have been published to http://geode-maven.s3-website-us-west-2.amazonaws.com.
---
 build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index c3f1604..4adbe99 100755
--- a/build.gradle
+++ b/build.gradle
@@ -20,6 +20,7 @@ buildscript {
     maven { url "https://plugins.gradle.org/m2/" }
     maven { url "https://dl.bintray.com/palantir/releases" }
     jcenter()
+    maven { url "http://geode-maven.s3-website-us-west-2.amazonaws.com" }
   }
 
   dependencies {
@@ -28,7 +29,7 @@ buildscript {
     classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.0.1'
     classpath "com.diffplug.spotless:spotless-plugin-gradle:3.10.0"
     classpath "me.champeau.gradle:jmh-gradle-plugin:0.3.1"
-    classpath "com.pedjak.gradle.plugins:dockerized-test:0.5.4"
+    classpath "com.pedjak.gradle.plugins:dockerized-test:0.5.6-SNAPSHOT"
     classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
   }
 }

-- 
To stop receiving notification emails like this one, please contact
jensdeppe@apache.org.