gradle upload 任务发布版本
错误日志
Execution failed for task ':uploadArchives'.
> Could not publish configuration 'archives'
> Must specify a repository for deployment
解决
之前 gradle.properties 文件中配置了如下,注释掉了能够发布版本了
## 加快编译打包
## 编译时使用守护进程
#org.gradle.daemon=true
##使用并行编译
#org.gradle.parallel=true
#org.gradle.configureondemand=true