Skip to content

Commit 585c22c

Browse files
committed
Remove unused Maven publication localEmbedded. (#520)
1 parent afbb5c8 commit 585c22c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,6 @@ subprojects {
220220
}
221221
}
222222
repositories {
223-
maven {
224-
name = 'localEmbedded'
225-
// run generated gradle task `./gradlew
226-
// publishAllPublicationsToLocalEmbeddedRepository`
227-
// to publish all subprojects into the same local embedded repo:
228-
url = "file://${rootDir}/build/repo"
229-
}
230223
maven {
231224
name = "GitHubPackages"
232225
url = "https://maven.pkg.github.com/metafacture/metafacture-core"

0 commit comments

Comments
 (0)