Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed maven publish
  • Loading branch information
benfortuna committed Mar 14, 2021
1 parent 870eea0 commit 09e11e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Expand Up @@ -111,6 +111,13 @@ artifacts {
archives sourcesJar
}

configurations {
[apiElements, runtimeElements].each {
it.outgoing.artifacts.removeIf { it.buildDependencies.getDependencies(null).contains(jar) }
it.outgoing.artifact(bundle)
}
}

scmVersion {
tag {
prefix = 'ical4j'
Expand Down

0 comments on commit 09e11e8

Please sign in to comment.