Remove codacy

This commit is contained in:
Roy Clarkson
2021-04-20 09:52:00 -04:00
parent 2ab75849fe
commit 633bf538f1

View File

@@ -1,7 +1,6 @@
image:https://build.spring.io/plugins/servlet/wittified/build-status/CLOUD-SCCFSB["Bamboo", link="https://build.spring.io/browse/CLOUD-SCCFSB"] image:https://github.com/spring-cloud/spring-cloud-open-service-broker/workflows/Java%208/badge.svg["GitHub Actions", link="https://github.com/spring-cloud/spring-cloud-open-service-broker/actions?query=workflow%3A%22Java+8%22"]
image:https://github.com/spring-cloud/spring-cloud-open-service-broker/workflows/Java%2011/badge.svg["GitHub Actions", link="https://github.com/spring-cloud/spring-cloud-open-service-broker/actions?query=workflow%3A%22Java+11%22"]
image:https://github.com/spring-cloud/spring-cloud-open-service-broker/workflows/Java%2014/badge.svg["GitHub Actions", link="https://github.com/spring-cloud/spring-cloud-open-service-broker/actions?query=workflow%3A%22Java+14%22"]
image:https://api.codacy.com/project/badge/Grade/6fb04712acd14a898ecf504d545d1400["Codacy code quality", link="https://www.codacy.com/app/scottfrederick/spring-cloud-open-service-broker?utm_source=github.com&utm_medium=referral&utm_content=spring-cloud/spring-cloud-open-service-broker&utm_campaign=Badge_Grade"]
= Overview
@@ -28,12 +27,12 @@ Spring WebFlux and Spring MVC are both supported in version 3.0 and later
== Getting Started
See the https://spring.io/projects/spring-cloud-open-service-broker/[project site] and https://docs.spring.io/spring-cloud-open-service-broker/docs/current/reference/html5/[reference documentation] to get started building a service broker using this framework.
See the https://spring.io/projects/spring-cloud-open-service-broker/[project site] and https://docs.spring.io/spring-cloud-open-service-broker/docs/current/reference/[reference documentation] to get started building a service broker using this framework.
=== Gradle Dependencies
```
implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:3.1.2.RELEASE")
implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:3.2.0")
```
=== Maven Dependencies: