Package: sop-java / 4.1.0-1

0008-fix-maven-plugin-config.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
From: =?utf-8?b?SsOpcsO0bWUgQ2hhcmFvdWk=?= <[email protected]>
Date: Sat, 23 Jul 2022 14:55:42 -0400
Subject: fix maven plugin config

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

diff --git a/build.gradle b/build.gradle
index 3a02604..d855517 100644
--- a/build.gradle
    b/build.gradle
@@ -74,45  74,6 @@ subprojects {
                 artifact sourcesJar
                 artifact javadocJar
                 artifact testsJar
-                pom {
-                    name = 'SOP for Java'
-                    description = 'Stateless OpenPGP Protocol API for Java'
-                    url = 'https://github.com/pgpainless/sop-java'
-                    inceptionYear = '2020'
-
-                    scm {
-                        url = 'https://github.com/pgpainless/sop-java'
-                        connection = 'scm:https://github.com/pgpainless/sop-java'
-                        developerConnection = 'scm:git://github.com/pgpainless/sop-java.git'
-                    }
-
-                    licenses {
-                        license {
-                            name = 'The Apache Software License, Version 2.0'
-                            url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
-                            distribution = 'repo'
-                        }
-                    }
-
-                    developers {
-                        developer {
-                            id = 'vanitasvitae'
-                            name = 'Paul Schaub'
-                            email = '[email protected]'
-                        }
-                    }
-                }
-            }
-        }
-        repositories {
-            if (sonatypeCredentialsAvailable) {
-                maven {
-                    url isSnapshot ? sonatypeSnapshotUrl : sonatypeStagingUrl
-                    credentials {
-                        username = sonatypeUsername
-                        password = sonatypePassword
-                    }
-                }
             }
         }
     }