更新 maven publish 到本地的路径声明

- 现在需要在本地设置一个 publishLocalArchiveRepoUrl 变量,用于使 maven publish 推送到本地仓库
This commit is contained in:
A.C.Sukazyo Eyre 2022-06-07 16:37:49 +08:00
parent 22a3f7aefb
commit d386e6f770
Signed by: Eyre_S
GPG Key ID: EFB47D98FE082FAD

View File

@ -90,7 +90,7 @@ publishing {
repositories{
maven {
name 'builds'
url = "file://" + new File("./build/publishing").getAbsolutePath()
url publishLocalArchiveRepoUrl
}
maven {
name '-ws-'