From d5e78184a65ce983002848946418ab5288e62c8e Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Wed, 13 Jan 2021 09:59:49 -0500 Subject: [PATCH] Remove Gitter badge from Task --- README.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.adoc b/README.adoc index 4447a208..6e2a3379 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,5 @@ = Spring Cloud Task image:https://build.spring.io/plugins/servlet/wittified/build-status/SCT-STASK[Build Status, link=https://build.spring.io/browse/SCT-STASK] -image:https://badges.gitter.im/spring-cloud/spring-cloud-task.svg[link="https://gitter.im/spring-cloud/spring-cloud-task?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"] - Is a project centered around the idea of processing on demand. A user is able to develop a “task” that can be deployed, executed and removed on demand, yet the result of the process persists beyond the life of the task for future reporting.