Skip to content

Commit

Permalink
Merge pull request #1025 from IETS3/feature/license-info-for-runtime-…
Browse files Browse the repository at this point in the history
…libs

Added license info to runtime library POMs
  • Loading branch information
stephaneberle9 authored Aug 9, 2024
2 parents fefdcc5 + 7684926 commit a22e889
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@ publishing {
builtBy buildLanguages
classifier 'sources'
}

pom additionalPomInfo
}

'org.iets3.core.expr.simpleTypes.runtime'(MavenPublication) {
Expand All @@ -428,6 +430,8 @@ publishing {
}

addDependency(pom, 'org.iets3.core.expr.base.shared', 'shared-runtime', project.version)

pom additionalPomInfo
}

'org.iets3.core.expr.datetime.runtime'(MavenPublication) {
Expand All @@ -442,6 +446,8 @@ publishing {
}

addDependency(pom, 'org.iets3.core.expr.base.shared', 'shared-runtime', project.version)

pom additionalPomInfo
}

'org.iets3.core.expr.temporal.runtime'(MavenPublication) {
Expand All @@ -456,6 +462,8 @@ publishing {
}

addDependency(pom, 'org.iets3.core.expr.datetime', 'datetime-runtime', project.version)

pom additionalPomInfo
}
}
}
Expand Down

0 comments on commit a22e889

Please sign in to comment.