Skip to content

Commit

Permalink
Merge pull request #192 from palantir/fix-gradle-repositories
Browse files Browse the repository at this point in the history
Fix gradle repositories
  • Loading branch information
joelea authored Apr 24, 2017
2 parents 6cf65ca + 687a150 commit 7180b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
buildscript {
repositories {
mavenCentral()
jcenter()
maven {
url "https://dl.bintray.com/palantir/releases"
}
maven {
url 'https://plugins.gradle.org/m2/'
}
jcenter()
}
dependencies {
classpath 'com.palantir:gradle-baseline-java:0.9.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public synchronized void stopCollecting() throws InterruptedException {
log.warn("docker containers were still running when log collection stopped");
executor.shutdownNow();
}
executor = null;
}

}

0 comments on commit 7180b45

Please sign in to comment.