|
1 | 1 | /*
|
2 |
| - * Copyright 2017 Christoph Böhme |
| 2 | + * Copyright 2017, 2021 Christoph Böhme et al. |
3 | 3 | *
|
4 | 4 | * Licensed under the Apache License, Version 2.0 the "License";
|
5 | 5 | * you may not use this file except in compliance with the License.
|
@@ -49,7 +49,6 @@ subprojects {
|
49 | 49 | tasks.withType(JavaCompile) {
|
50 | 50 | options.encoding = 'UTF-8'
|
51 | 51 | }
|
52 |
| - |
53 | 52 | task sourceJar(type: Jar) {
|
54 | 53 | dependsOn tasks.classes
|
55 | 54 | from sourceSets.main.allJava
|
@@ -99,33 +98,11 @@ gradle.projectsEvaluated {
|
99 | 98 | if (project.description) {
|
100 | 99 | description project.description
|
101 | 100 | }
|
102 |
| - url 'https://github.com/culturegraph/metafacture-core' |
| 101 | + url 'https://github.com/metafacture/metafacture-core' |
103 | 102 | 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 |
| - } |
126 | 103 | organization {
|
127 |
| - name 'Deutsche Nationalbibliothek' |
128 |
| - url 'http://dnb.de/' |
| 104 | + name 'Metafacture' |
| 105 | + url 'https://github.com/metafacture' |
129 | 106 | }
|
130 | 107 | licenses {
|
131 | 108 | license {
|
@@ -153,8 +130,8 @@ gradle.projectsEvaluated {
|
153 | 130 | url 'https://github.com/metafacture/metafacture-core/issues'
|
154 | 131 | }
|
155 | 132 | 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' |
158 | 135 | }
|
159 | 136 | }
|
160 | 137 |
|
|
0 commit comments