We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1da08 commit 571d64fCopy full SHA for 571d64f
build.gradle
@@ -102,6 +102,28 @@ gradle.projectsEvaluated {
102
}
103
url 'https://github.com/culturegraph/metafacture-core'
104
inceptionYear '2011'
105
+ developers {
106
+ developer {
107
+ id 'mgeipel'
108
+ name 'Markus M. Geipel'
109
+ email '[email protected]'
110
+ url 'https://github.com/mgeipel'
111
+ roles {
112
+ role 'architect'
113
+ role 'developer'
114
+ }
115
116
117
+ id 'cboehme'
118
+ name 'Christoph Böhme'
119
120
+ url 'https://github.com/cboehme'
121
122
123
124
125
126
127
organization {
128
name 'Deutsche Nationalbibliothek'
129
url 'http://dnb.de/'
0 commit comments