Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
upgrade to latest gradle props plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Costin Leau committed Dec 17, 2012
1 parent a8fb5e4 commit 9e3b796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
@@ -1,10 +1,10 @@
buildscript {
repositories {
maven { url 'http://repo.springsource.org/plugins-release' }
maven { url 'http://repo.springsource.org/plugins-snapshot' }
}
dependencies {
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.1.6'
classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.2'
classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.3-SNAPSHOT'
}
}

Expand Down

0 comments on commit 9e3b796

Please sign in to comment.