We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09aa7f0 commit edf8322Copy full SHA for edf8322
1 file changed
build/settings.xml
@@ -14,5 +14,14 @@
14
<username>${env.DEPLOYMENT_USERNAME}</username>
15
<password>${env.DEPLOYMENT_PASSWORD}</password>
16
</server>
17
+ <server>
18
+ <id>ossrh</id>
19
+ <username>JavaWebStack</username>
20
+ <password>${env.OSSRH_PASSWORD}</password>
21
+ </server>
22
23
+ <id>gpg</id>
24
+ <passphrase>${env.GPG_PASSPHRASE}</passphrase>
25
26
</servers>
27
</settings>
0 commit comments