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
desc ="kotlin-logging - Lightweight logging framework for Kotlin"
126
128
released =newDate()
129
+
gpg {
130
+
sign =true//Determines whether to GPG sign the files. The default is false
131
+
}
132
+
mavenCentralSync {
133
+
sync =true//[Default: true] Determines whether to sync the version to Maven Central.
134
+
user ='token'//OSS user token: mandatory
135
+
password ='pass'//OSS user password: mandatory
136
+
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