Backporting GE gradle dependency (#176)

This commit is contained in:
Alberto C. Ríos
2023-10-16 16:46:38 +02:00
committed by GitHub
parent 2d119d5e44
commit d16239841f
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
image::https://spring.io/badges/spring-credhub/snapshot.svg[link=https://projects.spring.io/spring-credhub#quick-start]
== Spring CredHub
Spring CredHub provides client-side support for storing, retrieving, and deleting credentials from a https://github.com/cloudfoundry-incubator/credhub[CredHub] server running in a https://www.cloudfoundry.org/[Cloud Foundry] platform.

View File

@@ -1,3 +1,4 @@
version=3.0.1-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true

View File

@@ -30,6 +30,11 @@ pluginManagement {
}
}
plugins {
id 'com.gradle.enterprise' version '3.14.1'
id 'io.spring.ge.conventions' version '0.0.14'
}
dependencyResolutionManagement {
repositories {
mavenCentral()