Skip to content

Commit

Permalink
GEODE-5024: Use debug version of gradle-dockerized-test-plugin (apach…
Browse files Browse the repository at this point in the history
…e#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.
  • Loading branch information
jdeppe-pivotal authored Apr 9, 2018
1 parent a7701e8 commit f0fe90e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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'
}
}
Expand Down

0 comments on commit f0fe90e

Please sign in to comment.