From 40dfa923703aa08d66f39eb58a7650078d8520db Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 1 Aug 2024 10:40:03 +0200 Subject: [PATCH] Polishing. Remove lingering DEVELOCITY_CACHE credential declarations. Address typo. See #2947 --- Jenkinsfile | 3 --- README.adoc | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 97c7ee765..7f301a2d1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -77,7 +77,6 @@ pipeline { options { timeout(time: 30, unit: 'MINUTES') } environment { ARTIFACTORY = credentials("${p['artifactory.credentials']}") - DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}") DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}") } steps { @@ -107,7 +106,6 @@ pipeline { options { timeout(time: 30, unit: 'MINUTES') } environment { ARTIFACTORY = credentials("${p['artifactory.credentials']}") - DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}") DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}") } steps { @@ -127,7 +125,6 @@ pipeline { options { timeout(time: 30, unit: 'MINUTES') } environment { ARTIFACTORY = credentials("${p['artifactory.credentials']}") - DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}") DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}") } steps { diff --git a/README.adoc b/README.adoc index 69743a7d1..d2684f490 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ The primary goal of the https://spring.io/projects/spring-data/[Spring Data] project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services. -This modules provides integration with the https://redis.io/[Redis] store. +This module provides integration with the https://redis.io/[Redis] store. == Features