Backporting GE gradle dependency (#175)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
version=2.3.1-SNAPSHOT
|
||||
|
||||
org.gradle.caching=true
|
||||
org.gradle.parallel=true
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user