Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bozaro committed Dec 10, 2015
1 parent c50d67a commit ea0e304
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -31,6 +31,9 @@ git clone --mirror git@github.com:bozaro/git-lfs-migrate.git
# -c, --cache
# Source repository
# Default: .
# --check-lfs
# Check LFS server settings and exit
# Default: false
# * -d, --destination
# Destination repository
# -g, --git
Expand Down
8 changes: 2 additions & 6 deletions build.gradle
Expand Up @@ -10,10 +10,6 @@ task wrapper(type: Wrapper) {

repositories {
mavenCentral()
mavenLocal()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
}

apply plugin: "idea"
Expand All @@ -27,8 +23,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-SNAPSHOT"
compile "ru.bozaro.gitlfs:gitlfs-client:0.7.0-SNAPSHOT"
compile "ru.bozaro.gitlfs:gitlfs-pointer:0.7.0"
compile "ru.bozaro.gitlfs:gitlfs-client:0.7.0"

testCompile "org.testng:testng:6.8.8"
}
Expand Down

0 comments on commit ea0e304

Please sign in to comment.