From 9120f9523fd578736ce3183c8971a0e4c9a2d465 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 16 Oct 2024 16:42:59 -0400 Subject: [PATCH] Add `Revved up by Develocity` badge into `README.md` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1c35af2..5ea1e711 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://github.com/spring-projects/spring-retry/actions/workflows/build-and-deploy-snapshot.yml/badge.svg?branch=main)](https://github.com/spring-projects/spring-retry/actions/workflows/build-and-deploy-snapshot.yml?query=branch%3Amain) [![Javadocs](https://www.javadoc.io/badge/org.springframework.retry/spring-retry.svg)](https://www.javadoc.io/doc/org.springframework.retry/spring-retry) +[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.spring.io/scans?search.rootProjectNames=Spring%20Retry) This project provides declarative retry support for Spring applications. It is used in Spring Batch, Spring Integration, and others.