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
// it is the name that appears in bintray when logged
103
+
name ="slideimageview"
104
+
websiteUrl = siteUrl
105
+
vcsUrl = gitUrl
106
+
licenses = ["Apache-2.0"]
107
+
publish =true
108
+
version {
109
+
gpg {
110
+
sign =true//Determines whether to GPG sign the files. The default is false
111
+
passphrase = properties.getProperty("bintray.gpg.password") //Optional. The passphrase for GPG signing'
112
+
}
113
+
// mavenCentralSync {
114
+
// sync = true //Optional (true by default). Determines whether to sync the version to Maven Central.
115
+
// user = properties.getProperty("bintray.oss.user") //OSS user token
116
+
// password = properties.getProperty("bintray.oss.password") //OSS user password
117
+
// 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