From a0b3f33ef92cb65c299414e49b602b716c589fbe Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Tue, 1 Dec 2020 18:45:03 +0900 Subject: [PATCH] Remove coveralls plugin (#2169) --- settings.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 496238b5ab..218a40910b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,7 +2,6 @@ pluginManagement { plugins { id "com.diffplug.spotless" version "5.8.2" id "com.github.ben-manes.versions" version "0.36.0" - id "com.github.kt3k.coveralls" version "2.0.1" id "com.google.protobuf" version "0.8.14" id "com.jfrog.artifactory" version "4.18.0" id "com.jfrog.bintray" version "1.8.5"