Fixed up the build.gradle script based on the merged asciidoc PR. Disabled the 'bundlor' Gradle plugin after attempting to get the 'bundle' task working, which led to several warnings due to an unspecified, non-customized 'Import' Bundle Manifest header.

This commit is contained in:
John Blum
2014-09-02 16:25:28 -07:00
parent 639293adfe
commit 5a1b8caf28
2 changed files with 5 additions and 3 deletions

View File

@@ -28,8 +28,10 @@ apply plugin: 'eclipse'
apply plugin: 'idea'
apply from: "$rootDir/maven.gradle"
apply plugin: 'docbook-reference'
apply plugin: 'bundlor'
apply plugin: 'org.asciidoctor.gradle.asciidoctor'
//apply plugin: 'bundlor'
//project.bundlor.bundleSymbolicName = "${bundleSymbolicName}"
if (project.hasProperty('platformVersion')) {
apply plugin: 'spring-io'
@@ -315,4 +317,3 @@ task extractSharedResources(type: Copy) {
assemble.dependsOn = ['jar', 'sourcesJar']
defaultTasks 'build'

View File

@@ -1,5 +1,6 @@
antlrVersion=2.7.7
aspectjVersion=1.7.4
bundleSymbolicName=org.springframework.data.gemfire
gemfire.range="[6.5, 9.0)"
gemfireVersion=8.0.0
hamcrestVersion=1.3
@@ -10,6 +11,6 @@ mockitoVersion=1.9.5
slf4jVersion=1.7.6
spring.range="[4.0.0, 5.0.0)"
springVersion=4.0.6.RELEASE
springDataCommonsVersion=1.9.0.BUILD-SNAPSHOT
springDataBuildVersion=1.5.0.BUILD-SNAPSHOT
springDataCommonsVersion=1.9.0.BUILD-SNAPSHOT
version=1.5.0.BUILD-SNAPSHOT