Skip to content

Commit dd0f676

Browse files
committed
push
1 parent 20f4bc3 commit dd0f676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ bintray {
177177
sign = false
178178
}
179179
mavenCentralSync {
180-
sync = true //[Default: true] Determines whether to sync the version to Maven Central.
180+
sync = true //[Default: true] Determines whether to sync the version to Maven Central..
181181
user = System.getenv('OSS_USER') ?: project.findProperty('OSS_USER') ?: ''
182182
password = System.getenv('OSS_PASS') ?: project.findProperty('OSS_PASS') ?: ''
183183
close = '1'

0 commit comments

Comments
 (0)