Skip to content

Commit ab56b41

Browse files
committed
Removed duplicate pom config
1 parent 0f8f605 commit ab56b41

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

build.gradle

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -46,36 +46,6 @@ dependencies {
4646
testImplementation group: 'junit', name: 'junit', version: '4.12'
4747
}
4848

49-
def pomConfig = {
50-
licenses {
51-
license {
52-
name = 'The Apache Software License, Version 2.0'
53-
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
54-
distribution = 'repo'
55-
}
56-
}
57-
developers {
58-
developer {
59-
id = 'blootsvoets'
60-
name = 'Joris Borgdorff'
61-
62-
organization = 'The Hyve'
63-
}
64-
65-
}
66-
issueManagement {
67-
system = 'GitHub'
68-
url = issueUrl
69-
}
70-
organization {
71-
name = 'RADAR-base'
72-
url = website
73-
}
74-
scm {
75-
connection = 'scm:git:' + githubUrl
76-
url = githubUrl
77-
}
78-
}
7949
ext.sharedManifest = manifest {
8050
attributes(
8151
"Implementation-Title": rootProject.name,

0 commit comments

Comments
 (0)