Declare Spring 'release' Repository to ressolve all Spring documentation resources required to build project documentation.

This commit is contained in:
John Blum
2021-01-24 21:36:09 -08:00
parent fb9cadf0b0
commit 6070ccb1fc

View File

@@ -9,6 +9,10 @@ apply plugin: 'io.spring.convention.spring-test'
description = "Generate Javadoc and Reference Documentation on Spring Boot for Apache Geode"
repositories {
maven { url "https://repo.spring.io/release" }
}
dependencies {
compile project(':spring-geode-starter')