Skip to content

Commit 33314c6

Browse files
committed
Removed auto publish from gradle bintray upload settings
1 parent e51da4f commit 33314c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/scripts/publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bintray {
77
configurations = ['archives']
88

99
//dryRun = true
10-
publish = true
10+
//publish = true
1111

1212
pkg {
1313
name = "$project.name"

0 commit comments

Comments
 (0)