Skip to content

Commit abd2dcb

Browse files
author
Michael Legart
committed
Added http://repo.jenkins-ci.org/releases/ because gradle-jpi-plugin-0.10.1 is not on bintray.
1 parent 2a84211 commit abd2dcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

job-dsl-plugin/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
buildscript {
22
repositories {
33
jcenter()
4+
maven {
5+
url 'http://repo.jenkins-ci.org/releases/'
6+
}
47
}
58
dependencies {
69
classpath 'org.jenkins-ci.tools:gradle-jpi-plugin:0.10.1'

0 commit comments

Comments
 (0)