Skip to content

Commit 2890f8f

Browse files
committed
license
1 parent 485e485 commit 2890f8f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ bintray {
170170
version {
171171
name = project.version
172172
released = new Date()
173-
mavenCentralSync {
174-
sync = true //[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.
178-
}
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.
178+
// }
179179
}
180180
}
181181
}

0 commit comments

Comments
 (0)