1 Star 0 Fork 1

dean/easymulti-datasource

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gradle.properties 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
wujiuye 提交于 2020-03-25 15:34 . 动态数据源starter
# 注册的用户名
NEXUS_USERNAME=wujiuye
# 密码
NEXUS_PASSWORD=J...........5&
### gpg --list-keys --keyid-format short 查出来的
signing.keyId=52FEDB1A
### 创建密钥时的密码
signing.password=w..........05
### .gpg文件的路径
signing.secretKeyRingFile=/Users/wjy/.gnupg/secring.gpg
### 发布第二个release版本时如果报错
#typeId RepositoryWritePolicy
#failureMessage Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/com/github/wujiuye/miniexcel/maven-metadata.xml.sha512'
#failureMessage Artifact updating: Repository ='releases:Releases' does not allow updating artifact='/com/github/wujiuye/miniexcel/maven-metadata.xml.sha256'
### 解决:
### 参考一:[Unable to release staging repository due to maven-metadata.xml.sha512/256 files](https://issues.sonatype.org/browse/OSSRH-54054)
### 参考二:[maven-metadata.xml SHA256 and SHA512 checksums prevent publishing to Nexus](https://github.com/gradle/gradle/issues/11308)
### 禁用Gradle 6.x 版本 SHA-256和SHA-512校验和的发布
systemProp.org.gradle.internal.publish.checksums.insecure=true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yaoqis/easymulti-datasource.git
[email protected]:yaoqis/easymulti-datasource.git
yaoqis
easymulti-datasource
easymulti-datasource
master

搜索帮助