We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffdc249 commit e6a6d98Copy full SHA for e6a6d98
build.gradle
@@ -15,14 +15,14 @@ repositories {
15
}
16
17
dependencies {
18
- compile 'com.github.ProjectKaiser:pk-vcs-api:master-SNAPSHOT'
+ compile 'com.github.ProjectKaiser:pk-vcs-api:1.1'
19
compile 'commons-logging:commons-logging:1.2'
20
compile 'org.eclipse.jgit:org.eclipse.jgit:4.3.0.201604071810-r'
21
-
22
- testCompile 'org.kohsuke:github-api:1.75'
+
+ testCompile 'org.kohsuke:github-api:1.75'
23
testCompile 'org.mockito:mockito-core:2.0.62-beta'
24
testCompile 'junit:junit:4.12'
25
- testCompile 'com.github.ProjectKaiser:pk-vcs-test:master-SNAPSHOT'
+ testCompile 'com.github.ProjectKaiser:pk-vcs-test:1.1'
26
27
28
task sourcesJar(type: Jar, dependsOn: classes) {
0 commit comments