Skip to content

Commit 2dba777

Browse files
committed
commenting out the dryRun flag for the bintrayUpload task
1 parent 97f582b commit 2dba777

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
@@ -6,7 +6,7 @@ bintray {
66

77
configurations = ['archives']
88

9-
dryRun = true
9+
//dryRun = true
1010
publish = true
1111

1212
pkg {

0 commit comments

Comments
 (0)