mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 11:14:55 +08:00
更新 maven publish 到本地的路径声明
- 现在需要在本地设置一个 publishLocalArchiveRepoUrl 变量,用于使 maven publish 推送到本地仓库
This commit is contained in:
parent
22a3f7aefb
commit
d386e6f770
@ -90,7 +90,7 @@ publishing {
|
|||||||
repositories{
|
repositories{
|
||||||
maven {
|
maven {
|
||||||
name 'builds'
|
name 'builds'
|
||||||
url = "file://" + new File("./build/publishing").getAbsolutePath()
|
url publishLocalArchiveRepoUrl
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
name '-ws-'
|
name '-ws-'
|
||||||
|
Loading…
Reference in New Issue
Block a user