Skip to content

Commit

Permalink
Updated dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Apr 19, 2018
1 parent f33f585 commit 9ef9d82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ tasks.withType(GroovyCompile) {
}

repositories {
mavenCentral()
jcenter()
}

dependencies {
compile gradleApi()
compile localGroovy()

compile 'org.tmatesoft.svnkit:svnkit:1.8.5'
compile 'org.ajoberstar:grgit:1.2.0'
compile 'org.tmatesoft.svnkit:svnkit:1.9.2'
compile 'org.ajoberstar:grgit:1.9.3'
}

// Build & upload: './gradlew clean build uploadArchives'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 comments on commit 9ef9d82

Please sign in to comment.