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
Copy file name to clipboardExpand all lines: build.gradle
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -170,12 +170,6 @@ bintray {
170
170
version {
171
171
name = project.version
172
172
released =newDate()
173
-
// mavenCentralSync {
174
-
// sync = false //[Default: true] Determines whether to sync the version to Maven Central.
175
-
// user = mavenUser
176
-
// password = mavenPass
177
-
// 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