diff --git a/.gitignore b/.gitignore index 41256e67d..dccb3a8b0 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,5 @@ buildbot.keyring # Ignore VS code/codium config files .vscode +# Ignore files with sensitive data +gradle.properties diff --git a/build.gradle b/build.gradle index 8e497d8fd..a84e7ee95 100644 --- a/build.gradle +++ b/build.gradle @@ -143,6 +143,28 @@ gradle.projectsEvaluated { } url 'https://github.com/metafacture/metafacture-core' inceptionYear '2011' + developers { + developer { + id 'mgeipel' + name 'Markus M. Geipel' + email 'm.geipel@dnb.de' + url 'https://github.com/mgeipel' + roles { + role 'architect' + role 'developer' + } + } + developer { + id 'cboehme' + name 'Christoph Böhme' + email 'c.boehme@dnb.de' + url 'https://github.com/cboehme' + roles { + role 'architect' + role 'developer' + } + } + } organization { name 'Metafacture' url 'https://github.com/metafacture'