Remove application of maven-pom-editor Gradle build script from SBDG Gradle Spring modules.

This commit is contained in:
John Blum
2022-01-12 12:55:29 -08:00
parent bcf2a138e4
commit c986789e87
11 changed files with 0 additions and 11 deletions

View File

@@ -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"

View File

@@ -1,5 +1,4 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Boot Actuator for Apache Geode"

View File

@@ -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"

View File

@@ -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

View File

@@ -1,5 +1,4 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Cloud for Apache Geode"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -1,5 +1,4 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Boot Starter for Apache Geode"

View File

@@ -3,7 +3,6 @@ plugins {
}
apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Boot for Apache Geode"