Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Commit

Permalink
Upgrade to Gradle 2.x
Browse files Browse the repository at this point in the history
The Sonar server, sonar.spring.io, was recently upgraded and is no
longer compatible with the Sonar client that's used by Gradle 1.x.
This commit upgrades the build to Gradle 2.x; restoring compatibility
with sonar.spring.io.

See gh-9
  • Loading branch information
wilkinsona committed Dec 2, 2014
1 parent d97b728 commit ecc2bb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -126,5 +126,5 @@ artifacts {
}

task wrapper(type: Wrapper) {
gradleVersion = '1.11'
gradleVersion = '2.2.1'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Mon Mar 24 13:51:24 GMT 2014
#Tue Dec 02 09:48:49 GMT 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-bin.zip
2 changes: 1 addition & 1 deletion user-guide/build.gradle
Expand Up @@ -3,7 +3,7 @@ buildscript {
maven { url 'http://repo.spring.io/plugins-release' }
}
dependencies {
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.2.1'
classpath 'io.spring.gradle:docbook-reference-plugin:0.3.0'
}
}

Expand Down

0 comments on commit ecc2bb9

Please sign in to comment.