Skip to content

Commit 91e6bee

Browse files
committed
Updates to Clog 2.0.0
1 parent cbfd70e commit 91e6bee

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ apply plugin: 'jacoco'
77
sourceCompatibility = 1.8
88

99
repositories {
10-
mavenCentral()
10+
jcenter()
11+
maven { url 'https://dl.bintray.com/javaeden/Eden/' }
1112
maven { url 'https://jitpack.io' }
1213
}
1314

@@ -16,7 +17,7 @@ dependencies {
1617
testCompile 'org.hamcrest:hamcrest-library:1.3'
1718

1819
compile 'com.google.code.gson:gson:2.2.4'
19-
compile 'com.github.JavaEden:Clog4j:v1.5.0'
20+
compile 'com.eden:Clog:2.0.0'
2021
}
2122

2223
// Jacoco Code Coverage tasks

0 commit comments

Comments
 (0)