From 18fef68355326fbb0001793ec130e196ed18514f Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 5 Jan 2017 22:29:08 -0800 Subject: [PATCH] SGF-573 - Remove Bundlor from Gradle build. --- build.gradle | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build.gradle b/build.gradle index bf4762ef..c4f32582 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,6 @@ buildscript { classpath 'io.spring.gradle:spring-io-plugin:0.0.4.RELEASE' classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.0' classpath 'org.asciidoctor:asciidoctorj:1.5.0' - classpath 'org.springframework.build.gradle:bundlor-plugin:0.1.3' classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.6' } } @@ -17,7 +16,6 @@ apply plugin: "java" apply plugin: 'eclipse' apply plugin: 'idea' apply from: "$rootDir/maven.gradle" -apply plugin: 'bundlor' apply plugin: 'propdeps' apply plugin: 'docbook-reference' apply plugin: 'org.asciidoctor.gradle.asciidoctor' @@ -149,13 +147,7 @@ dependencies { sharedResources "org.springframework.data.build:spring-data-build-resources:$springDataBuildVersion@zip" } -bundlor { - manifestTemplate = file("template.mf").text -} - jar { - dependsOn = [ 'bundlor' ] - manifest.attributes['Implementation-Title'] = project.name manifest.attributes['Implementation-Version'] = project.version