DATAKV-75

+ several improvements to the Gradle build
This commit is contained in:
Costin Leau
2011-07-04 18:14:32 +03:00
parent 6e023f5df0
commit 953faa11db
5 changed files with 63 additions and 15 deletions

View File

@@ -28,6 +28,10 @@ refSpec = copySpec {
into ('reference/images') {
from (imagesDir)
}
//expand(project.properties)
filter { String line ->
"[$line]"
}
}
task reference (type: Copy) {

View File

@@ -9,4 +9,5 @@
-group "Spring Data Riak Support" "org.springframework.data.keyvalue.riak*"
-link http://static.springframework.org/spring/docs/3.0.x/javadoc-api
-link http://download.oracle.com/javase/6/docs/api/
-exclude org.springframework.data.keyvalue.redis.config