You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// released = //Optional - Date of the version release. 2 possible values: date in the format of 'yyyy-MM-dd'T'HH:mm:ss.SSSZZ' OR a java.util.Date instance
// sign = true //Determines whether to GPG sign the files. The default is false
164
-
// passphrase = 'passphrase' //Optional. The passphrase for GPG signing'
165
-
// }
166
-
// //Optional configuration for Maven Central sync of the version
167
-
// mavenCentralSync {
168
-
// sync = true //[Default: true] Determines whether to sync the version to Maven Central.
169
-
// user = 'userToken' //OSS user token: mandatory
170
-
// password = 'paasword' //OSS user password: mandatory
171
-
// close = '1'
172
-
// //Optional property. By default the staging repository is closed and artifacts are released to Maven Central. You can optionally turn this behaviour off (by puting 0 as value) and release the version manually.
0 commit comments