mirror of
https://github.com/czp3009/bilibili-api.git
synced 2024-12-21 20:30:28 +08:00
修正 gradle 构建脚本
This commit is contained in:
parent
7d15fb93b2
commit
4c4be210d7
@ -64,10 +64,10 @@ uploadArchives {
|
|||||||
signing.signPom(deployment)
|
signing.signPom(deployment)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!hasProperty('ossUsername')) {
|
if (!project.hasProperty('ossUsername')) {
|
||||||
ext.ossUsername = ''
|
ext.ossUsername = ''
|
||||||
}
|
}
|
||||||
if (!hasProperty('ossPassword')) {
|
if (!project.hasProperty('ossPassword')) {
|
||||||
ext.ossPassword = ''
|
ext.ossPassword = ''
|
||||||
}
|
}
|
||||||
repository(url: 'https://oss.sonatype.org/service/local/staging/deploy/maven2/') {
|
repository(url: 'https://oss.sonatype.org/service/local/staging/deploy/maven2/') {
|
||||||
|
Loading…
Reference in New Issue
Block a user