Skip to content

Commit

Permalink
Remove unused Maven publication localEmbedded. (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwinter committed Feb 16, 2024
1 parent afbb5c8 commit 585c22c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,6 @@ subprojects {
}
}
repositories {
maven {
name = 'localEmbedded'
// run generated gradle task `./gradlew
// publishAllPublicationsToLocalEmbeddedRepository`
// to publish all subprojects into the same local embedded repo:
url = "file://${rootDir}/build/repo"
}
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/metafacture/metafacture-core"
Expand Down

0 comments on commit 585c22c

Please sign in to comment.