You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by wl...@apache.org on 2022/09/08 21:48:15 UTC

[gobblin] branch master updated: [GOBBLIN-1700] Remove unused coveralls-gradle-plugin dependency

This is an automated email from the ASF dual-hosted git repository.

wlo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new cbe5bbe11 [GOBBLIN-1700] Remove unused coveralls-gradle-plugin dependency
     new 0c234e46f Merge pull request #3555 from umustafi/removeUnusedGradlePlugin
cbe5bbe11 is described below

commit cbe5bbe11c32a6159590e2287d06dce7f5a4ac3f
Author: Urmi Mustafi <um...@umustafi-mn1.linkedin.biz>
AuthorDate: Thu Sep 8 14:06:58 2022 -0700

    [GOBBLIN-1700] Remove unused coveralls-gradle-plugin dependency
---
 build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 2b9ca92d6..532de4d0d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,7 +31,6 @@ buildscript {
   dependencies {
     classpath 'org.apache.ant:ant:1.9.4'
     classpath 'gradle.plugin.org.inferred:gradle-processors:1.1.2'
-    classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:1.0.2'
     classpath 'io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE'
     classpath 'me.champeau.gradle:jmh-gradle-plugin:0.4.8'
     classpath "gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:0.14.0"