Skip to content

Commit 6f3a197

Browse files
committed
Merge #363 from '311-updateDevelopersData' of https://github.com/metafacture/metafacture-core
2 parents a3cac40 + 8710014 commit 6f3a197

File tree

1 file changed

+6
-29
lines changed

1 file changed

+6
-29
lines changed

build.gradle

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017 Christoph Böhme
2+
* Copyright 2017, 2021 Christoph Böhme et al.
33
*
44
* Licensed under the Apache License, Version 2.0 the "License";
55
* you may not use this file except in compliance with the License.
@@ -49,7 +49,6 @@ subprojects {
4949
tasks.withType(JavaCompile) {
5050
options.encoding = 'UTF-8'
5151
}
52-
5352
task sourceJar(type: Jar) {
5453
dependsOn tasks.classes
5554
from sourceSets.main.allJava
@@ -99,33 +98,11 @@ gradle.projectsEvaluated {
9998
if (project.description) {
10099
description project.description
101100
}
102-
url 'https://github.com/culturegraph/metafacture-core'
101+
url 'https://github.com/metafacture/metafacture-core'
103102
inceptionYear '2011'
104-
developers {
105-
developer {
106-
id 'mgeipel'
107-
name 'Markus M. Geipel'
108-
109-
url 'https://github.com/mgeipel'
110-
roles {
111-
role 'architect'
112-
role 'developer'
113-
}
114-
}
115-
developer {
116-
id 'cboehme'
117-
name 'Christoph Böhme'
118-
119-
url 'https://github.com/cboehme'
120-
roles {
121-
role 'architect'
122-
role 'developer'
123-
}
124-
}
125-
}
126103
organization {
127-
name 'Deutsche Nationalbibliothek'
128-
url 'http://dnb.de/'
104+
name 'Metafacture'
105+
url 'https://github.com/metafacture'
129106
}
130107
licenses {
131108
license {
@@ -153,8 +130,8 @@ gradle.projectsEvaluated {
153130
url 'https://github.com/metafacture/metafacture-core/issues'
154131
}
155132
ciManagement {
156-
system 'Travis CI'
157-
url 'https://travis-ci.org/metafacture/metafacture-core'
133+
system 'Github Actions'
134+
url 'https://github.com/metafacture/metafacture-core/actions'
158135
}
159136
}
160137

0 commit comments

Comments
 (0)