mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-31 22:11:57 +08:00
更新构建shell
This commit is contained in:
@@ -19,8 +19,8 @@ publishing.publications {
|
||||
|
||||
publishing.repositories {
|
||||
maven {
|
||||
def releasesRepoUrl = "http://192.168.8.200:8081/repository/releases"
|
||||
def snapshotsRepoUrl = "http://192.168.8.200:8081/repository/snapshots/"
|
||||
def releasesRepoUrl = "${repoUrl}/releases"
|
||||
def snapshotsRepoUrl = "${repoUrl}/snapshots/"
|
||||
url = version.endsWith("SNAPSHOT") ? snapshotsRepoUrl : releasesRepoUrl
|
||||
println "${group} ${archivesBaseName} publishing version is ${version}"
|
||||
credentials {
|
||||
|
||||
Reference in New Issue
Block a user