Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Bernhardt committed Nov 29, 2021
1 parent c3683e1 commit 014fe00
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -451,22 +451,6 @@ artifacts {
}
}

// Crude handler to append custom maven repositories to maven dependency
install{
repositories{
mavenInstaller{
pom.withXml {
def repositoriesNode = asNode().appendNode("repositories")
project.repositories.each { repository ->
def repositoryNode = repositoriesNode.appendNode("repository")
repositoryNode.appendNode("name", repository.name)
repositoryNode.appendNode("url", repository.properties.get("url"))
}
}
}
}
}

// Updating
task updateBuildScript {
doLast {
Expand Down

0 comments on commit 014fe00

Please sign in to comment.