Skip to content

Commit 644a4b4

Browse files
committed
change gradle version 2.12 -> 3.4
refactor
1 parent 2b76591 commit 644a4b4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repositories {
1515
}
1616

1717
dependencies {
18-
compile 'com.github.ProjectKaiser:pk-vcs-api:master-SNAPSHOT'
19-
compile 'org.eclipse.jgit:org.eclipse.jgit:4.3.0.201604071810-r'
20-
21-
testCompile 'org.mockito:mockito-core:2.0.62-beta'
22-
testCompile 'junit:junit:4.12'
23-
testCompile 'com.github.ProjectKaiser:pk-vcs-test:master-SNAPSHOT'
18+
compile 'com.github.ProjectKaiser:pk-vcs-api:master-SNAPSHOT'
19+
compile 'org.eclipse.jgit:org.eclipse.jgit:4.3.0.201604071810-r'
20+
21+
testCompile 'org.mockito:mockito-core:2.0.62-beta'
22+
testCompile 'junit:junit:4.12'
23+
testCompile 'com.github.ProjectKaiser:pk-vcs-test:master-SNAPSHOT'
2424
}
2525

2626
task sourcesJar(type: Jar, dependsOn: classes) {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-bin.zip

0 commit comments

Comments
 (0)