Backporting GE gradle dependency (#175)

This commit is contained in:
Alberto C. Ríos
2023-10-16 16:42:43 +02:00
committed by GitHub
parent 14a6f0f035
commit f47670628d
3 changed files with 8 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 +1,4 @@
version=2.3.1-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true

View File

@@ -32,6 +32,11 @@ pluginManagement {
}
}
plugins {
id 'com.gradle.enterprise' version '3.14.1'
id 'io.spring.ge.conventions' version '0.0.14'
}
rootProject.name = 'spring-credhub'
include ':spring-credhub-core'