下载链接切换

This commit is contained in:
yuyu lao
2016-02-22 19:45:24 +08:00
parent 9196b72ce9
commit e0ab26ea38
4 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ bintray {
user = hasProperty("bintrayUser") ? getProperty("bintrayUser") : getProperty("BINTRAY_USER")
key = hasProperty("bintrayKey") ? getProperty("bintrayKey") : getProperty("BINTRAY_KEY")
// configurations = ['archives']
configurations = ['archives']
publications = ['mavenJava']
publish = true