Fix maven repository
This commit is contained in:
parent
d660df6930
commit
764efa88bf
|
|
@ -45,6 +45,8 @@ publishing {
|
|||
}
|
||||
|
||||
repositories {
|
||||
url "file://" + System.getenv("local_maven")
|
||||
maven {
|
||||
url "file://" + System.getenv("local_maven")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -62,6 +62,8 @@ publishing {
|
|||
}
|
||||
|
||||
repositories {
|
||||
url "file://" + System.getenv("local_maven")
|
||||
maven {
|
||||
url "file://" + System.getenv("local_maven")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user