Skip to content

Commit

Permalink
Improved artifact compatibility with Gradle 5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tHerrmann committed Sep 5, 2019
1 parent ce630c4 commit f033e65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,7 @@ install {
}
}
pom('core').scopeMappings.addMapping(1, configurations.distribution, 'runtime')
pom('core').scopeMappings.addMapping(1, configurations.distribution, 'compile')
// all dependencies are non transitive, as gradle is ignoring this setting when creating the pom, we have to manipulate the pom
pom('core').whenConfigured {pom ->
pom.dependencies.each { dependency ->
Expand Down

0 comments on commit f033e65

Please sign in to comment.