SGF-573 - Remove Bundlor from Gradle build.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user