Skip to content

Commit

Permalink
update to Gradle 1.2 and point to new Jenkins maven repo since Glassf…
Browse files Browse the repository at this point in the history
…ish no longer hosts required versions
  • Loading branch information
kellyrob99 committed Oct 7, 2012
1 parent dac0877 commit 466c14c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Expand Up @@ -20,8 +20,7 @@ apply plugin: 'org.linkedin.userConfig'
apply plugin: 'org.linkedin.spec'

repositories {
mavenRepo urls: ["http://download.java.net/maven/2/", 'http://maven.glassfish.org/content/groups/public/',
'http://m2repo.spockframework.org/']
mavenRepo urls: ['http://repo.jenkins-ci.org/repo/']
mavenLocal()
mavenCentral()
}
Expand Down Expand Up @@ -93,7 +92,7 @@ jettyRunWar {
}

task wrapper(type: Wrapper) {
gradleVersion = '1.0-milestone-8'
gradleVersion = '1.2'
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit 466c14c

Please sign in to comment.