diff --git a/build.gradle b/build.gradle index 4e91ac2..cf6e90d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,6 @@ buildscript { repositories { + mavenLocal() mavenCentral() } } @@ -9,6 +10,7 @@ task wrapper(type: Wrapper) { } repositories { + mavenLocal() mavenCentral() } @@ -23,8 +25,8 @@ dependencies { compile "org.jgrapht:jgrapht-core:0.9.1" compile "com.beust:jcommander:1.35" - compile "ru.bozaro.gitlfs:gitlfs-pointer:0.7.0" - compile "ru.bozaro.gitlfs:gitlfs-client:0.7.0" + compile "ru.bozaro.gitlfs:gitlfs-pointer:0.9.0-SNAPSHOT" + compile "ru.bozaro.gitlfs:gitlfs-client:0.9.0-SNAPSHOT" testCompile "org.testng:testng:6.8.8" }