Remove develocity plugin

This commit is contained in:
Roy Clarkson
2025-03-04 16:47:56 -05:00
parent 9d4612644a
commit 5b34af92bb
3 changed files with 0 additions and 10 deletions

View File

@@ -1,5 +1,3 @@
image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?&search.rootProjectNames=spring-credhub"]
== 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

@@ -22,6 +22,3 @@ params:
DOCKERHUB_MIRROR_REGISTRY: ((spring-credhub-virtual-docker-registry))
DOCKERHUB_MIRROR_REGISTRY_USERNAME: ((broadcom-jfrog-artifactory-robot-account.username))
DOCKERHUB_MIRROR_REGISTRY_PASSWORD: ((broadcom-jfrog-artifactory-robot-account.password))
GRADLE_ENTERPRISE_CACHE_USERNAME: ((gradle-enterprise-cache-user))
GRADLE_ENTERPRISE_CACHE_PASSWORD: ((gradle-enterprise-cache-password))
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle-enterprise-secret-access-key))

View File

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