Skip to content

Commit

Permalink
[LG-51] - fixed the apache repository into parent
Browse files Browse the repository at this point in the history
  • Loading branch information
lglabs committed Jul 5, 2024
1 parent b18e2bd commit 4f920d6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions lg5-spring-parent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -463,13 +463,15 @@ fun Node.profiles() {
}

fun Node.repositories() {
appendNode("repositories")
.appendNode("repository").apply {
appendNode("repositories").apply {
appendNode("repository").apply {
appendNode("id", "confluent")
appendNode("url", "https://packages.confluent.io/maven/")
}
.appendNode("repository").apply {
appendNode("id", "central")
appendNode("url", "https://repo.maven.apache.org/maven2")
appendNode("repository").apply {
appendNode("id", "central")
appendNode("url", "https://repo.maven.apache.org/maven2")
}
}

}

0 comments on commit 4f920d6

Please sign in to comment.