Skip to content

Commit c7dbd3f

Browse files
committed
Prep for 4.9 release
1 parent c18ab08 commit c7dbd3f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

etc/release-process.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,20 @@ signing.keyId=XXXXXXXX
7676
signing.password=mypassword
7777
signing.secretKeyRingFile=path/to/secring.gpg
7878

79+
Upload your key
80+
81+
C:\repos\functionaljava>gpg --list-key
82+
C:/Users/maper/AppData/Roaming/gnupg/pubring.kbx
83+
------------------------------------------------
84+
pub rsa3072 2021-02-12 [SC] [expires: 2023-02-12]
85+
E86A4EC34F25A9CF6118582A7985AAE03F41B2F9
86+
uid [ultimate] Mark Perry <maperry78@yahoo.com.au>
87+
sub rsa3072 2021-02-12 [E] [expires: 2023-02-12]
88+
89+
90+
C:\repos\functionaljava>gpg --keyserver hkp://keyserver.ubuntu.com --send-keys E86A4EC34F25A9CF6118582A7985AAE03F41B2F9
91+
gpg: sending key 7985AAE03F41B2F9 to hkp://keyserver.ubuntu.com
92+
93+
gradle upload (takes about 3 mins)
94+
95+

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
sonatypeUsername = incorrectUser
33
sonatypePassword = incorrectPwd
44

5-
signingEnabled = false
5+
signingEnabled = true

0 commit comments

Comments
 (0)