Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
Disable dryRun (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Dolan authored Aug 5, 2020
1 parent afd0e4b commit 5015cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/scripts/bintray.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ configure<BintrayExtension> {
user = System.getenv("BINTRAY_USER") ?: System.getProperty("BINTRAY_USER") ?: "unknown"
key = System.getenv("BINTRAY_KEY") ?: System.getProperty("BINTRAY_KEY") ?: "unknown"
publish = true
dryRun = true
dryRun = false
override = false

setPublications("release")
Expand Down

0 comments on commit 5015cf4

Please sign in to comment.