Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use of gradle-plugins 1.5.0 in order to support gradle 0.9
  • Loading branch information
ypujante committed Dec 20, 2010
1 parent d20e5f4 commit 479786a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ Compilation
In order to compile the code you need

* java 1.6
* [gradle 0.9-rc2](http://www.gradle.org/)
* [gradle 0.9](http://www.gradle.org/)

At the top simply run

Expand Down
4 changes: 4 additions & 0 deletions RELEASE.md
@@ -1,3 +1,7 @@
1.2.1 (2010/12/20)
------------------
* use of `gradle-plugins 1.5.0` in order to support `gradle 0.9` (no version change as the code did not change)

1.2.1 (2010/12/07)
------------------
* use of [linkedin-utils 1.2.1](https://github.com/linkedin/linkedin-utils/tree/REL_1.2.1)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -40,7 +40,7 @@ buildscript {
}

dependencies {
classpath 'org.linkedin:org.linkedin.gradle-plugins:1.4.0'
classpath 'org.linkedin:org.linkedin.gradle-plugins:1.5.0'
}
}

Expand Down
6 changes: 3 additions & 3 deletions project-spec.groovy
Expand Up @@ -28,10 +28,10 @@ spec = [
// information about the build framework itself
build: [
type: "gradle",
version: "0.9-rc-2",
uri: "http://dist.codehaus.org/gradle/gradle-0.9-rc-2-all.zip",
version: "0.9",
uri: "http://gradle.artifactoryonline.com/gradle/distributions/gradle-0.9-all.zip",
commands: [
"snapshot": "gradle -Psnapshot=true release",
"snapshot": "gradle release",
"release": "gradle -Prelease=true release"
]
]
Expand Down

0 comments on commit 479786a

Please sign in to comment.