Skip to content

Commit

Permalink
Merge #363 from '311-updateDevelopersData' of https://github.com/meta…
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed May 4, 2021
2 parents a3cac40 + 8710014 commit 6f3a197
Showing 1 changed file with 6 additions and 29 deletions.
35 changes: 6 additions & 29 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017 Christoph Böhme
* Copyright 2017, 2021 Christoph Böhme et al.
*
* Licensed under the Apache License, Version 2.0 the "License";
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -49,7 +49,6 @@ subprojects {
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}

task sourceJar(type: Jar) {
dependsOn tasks.classes
from sourceSets.main.allJava
Expand Down Expand Up @@ -99,33 +98,11 @@ gradle.projectsEvaluated {
if (project.description) {
description project.description
}
url 'https://github.com/culturegraph/metafacture-core'
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 'Deutsche Nationalbibliothek'
url 'http://dnb.de/'
name 'Metafacture'
url 'https://github.com/metafacture'
}
licenses {
license {
Expand Down Expand Up @@ -153,8 +130,8 @@ gradle.projectsEvaluated {
url 'https://github.com/metafacture/metafacture-core/issues'
}
ciManagement {
system 'Travis CI'
url 'https://travis-ci.org/metafacture/metafacture-core'
system 'Github Actions'
url 'https://github.com/metafacture/metafacture-core/actions'
}
}

Expand Down

0 comments on commit 6f3a197

Please sign in to comment.