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