We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cfd5a commit 2205065Copy full SHA for 2205065
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group 'com.github.wujiuye'
10
-version '1.1.2-RELEASE'
+version '1.1.3-RELEASE'
11
12
repositories {
13
mavenLocal()
gradle.properties
@@ -1,12 +1,12 @@
1
# 注册的用户名
2
NEXUS_USERNAME=wujiuye
3
# 密码
4
-NEXUS_PASSWORD=J.....5&
+NEXUS_PASSWORD=
5
6
### gpg --list-keys --keyid-format short 查出来的
-signing.keyId=52FEDB1A
+signing.keyId=A6373A2E
### 创建密钥时的密码
-signing.password=w......5
+signing.password=
### .gpg文件的路径
signing.secretKeyRingFile=/Users/wjy/.gnupg/secring.gpg
0 commit comments