File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ repositories {
15
15
}
16
16
17
17
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'
24
24
}
25
25
26
26
task sourcesJar (type : Jar , dependsOn : classes) {
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments