Remove application of maven-pom-editor Gradle build script from SBDG Gradle Spring modules.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Boot Actuator Auto-Configuration for Apache Geode"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Boot Actuator for Apache Geode"
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ plugins {
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Boot Auto-Configuration for Apache Geode"
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import io.spring.gradle.convention.SpringModulePlugin
|
||||
|
||||
apply plugin: 'io.spring.convention.bom'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
sonarqube.skipProject = true
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Cloud for Apache Geode"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Boot Actuator Starter for Apache Geode"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Boot Logging Starter for Apache Geode with Logback as the logging provider and adaptation of Log4j to SLF4J"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Boot Starter for Spring Session using Apache Geode"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Boot Test Starter for Apache Geode"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Boot Starter for Apache Geode"
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ plugins {
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Boot for Apache Geode"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user