Skip to content

Commit

Permalink
Backporting GE gradle dependency (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Albertoimpl authored Oct 16, 2023
1 parent 14a6f0f commit f476706
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
version=2.3.1-SNAPSHOT

org.gradle.caching=true
org.gradle.parallel=true
5 changes: 5 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f476706

Please sign in to comment.