Declare Spring 'release' Repository to resolve the 'org.springframework.cloud:spring-cloud-bindings' dependency.

Change description to 'Spring Cloud for Apache Geode'.
This commit is contained in:
John Blum
2021-01-24 21:47:25 -08:00
parent 6070ccb1fc
commit fcf3273dc0

View File

@@ -1,7 +1,11 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Boot Cloud for Apache Geode"
description = "Spring Cloud for Apache Geode"
repositories {
maven { url "https://repo.spring.io/release" }
}
dependencies {