removed usage of mavenLocal repository
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
|
||||||
maven {
|
maven {
|
||||||
url = 'https://woggioni.net/mvn/'
|
url = 'https://woggioni.net/mvn/'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user