Package: sop-java / 4.1.0-1

0001-remove-coveralls-plugin.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From: =?utf-8?b?SsOpcsO0bWUgQ2hhcmFvdWk=?= <[email protected]>
Date: Sat, 23 Jul 2022 13:09:47 -0400
Subject: remove coveralls-plugin

Forwarded: not-needed
---
 build.gradle | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/build.gradle b/build.gradle
index 56730fd..1c50c64 100644
--- a/build.gradle
    b/build.gradle
@@ -12,9  12,6 @@ buildscript {
         mavenLocal()
         mavenCentral()
     }
-    dependencies {
-        classpath "gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.0"
-    }
 }
 
 plugins {
@@ -214,11  211,6 @@ def getGitCommit() {
     gitCommit
 }
 
-apply plugin: "com.github.kt3k.coveralls"
-coveralls {
-	sourceDirs = files(subprojects.sourceSets.main.allSource.srcDirs).files.absolutePath
-}
-
 task jacocoRootReport(type: JacocoReport) {
     dependsOn = subprojects.jacocoTestReport
     sourceDirectories.setFrom(files(subprojects.sourceSets.main.allSource.srcDirs))