File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ allprojects {
217217 }
218218 }
219219
220- // Set maven metadata for all known publishing tasks. The exact tasks and names are only known after evaluatin .
220+ // Set maven metadata for all known publishing tasks. The exact tasks and names are only known after evaluation .
221221 afterEvaluate {
222222 tasks.withType<AbstractPublishToMaven >() {
223223 this .publication?.apply {
@@ -234,6 +234,12 @@ fun MavenPublication.setMetadata() {
234234 connection.set(" scm:git:https://github.com/modelix/modelix.core.git" )
235235 url.set(" https://github.com/modelix/modelix.core" )
236236 }
237+ licenses {
238+ license {
239+ name.set(" The Apache License, Version 2.0" )
240+ url.set(" http://www.apache.org/licenses/LICENSE-2.0.txt" )
241+ }
242+ }
237243 }
238244}
239245
You can’t perform that action at this time.
0 commit comments