removed usage of mavenLocal repository

This commit is contained in:
2021-09-26 10:06:47 +02:00
parent 7f0d418a9b
commit 734ad379e8
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ allprojects {
version = getProperty("wdi.version") version = getProperty("wdi.version")
repositories { repositories {
mavenLocal()
maven { maven {
url = 'https://woggioni.net/mvn' url = 'https://woggioni.net/mvn'
} }

View File

@@ -1,6 +1,5 @@
pluginManagement { pluginManagement {
repositories { repositories {
mavenLocal()
maven { maven {
url = 'https://woggioni.net/mvn/' url = 'https://woggioni.net/mvn/'
} }