Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Move repositories block
Browse files Browse the repository at this point in the history
  • Loading branch information
vprithvi committed Dec 14, 2016
1 parent ff16717 commit 46a3b05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -26,6 +26,10 @@ allprojects {

group = 'com.uber.jaeger'
version = '0.18.0-SNAPSHOT'

repositories {
mavenCentral()
}

task wrapper(type: Wrapper) {
gradleVersion = '2.12' //version required
Expand All @@ -44,10 +48,6 @@ subprojects {

[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'

repositories {
mavenCentral()
}

task listJars(description: 'Display all compile jars.') << {
configurations.compile.each { File file -> println file.name }
}
Expand Down

0 comments on commit 46a3b05

Please sign in to comment.