Skip to content

Commit

Permalink
fix missing SCM config in pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Sep 15, 2020
1 parent 94c57b4 commit ad64102
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,10 @@ subprojects { project ->
}
}
url = scmHttpsUrl
licenses {
license {
name = "Apache License, Version 2.0"
url = "https://www.apache.org/licenses/LICENSE-2.0"
distribution = "repo"
}
}
}
pom.withXml {
def root = asNode()
root.children().last() + pomConfig
}
}
}
Expand Down

0 comments on commit ad64102

Please sign in to comment.