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
name = project.version //Bintray logical version name
101
+
desc ='optional, version-specific description'
102
+
// 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
107
+
// passphrase = 'passphrase' //Optional. The passphrase for GPG signing'
108
+
// }
109
+
mavenCentralSync {
110
+
sync =false//Optional (true by default). Determines whether to sync the version to Maven Central.
111
+
user ='userToken'//OSS user token
112
+
password ='paasword'//OSS user password
113
+
close ='1'//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