Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Just trigger the bintrayUpload with a dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasheine committed Mar 8, 2018
1 parent 7e9a60c commit 58fe44b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ task publishRelease {
}
}
} else {
dependsOn publishArtifacts
project.afterEvaluate {
dependsOn bintrayUpload
}
}
}

0 comments on commit 58fe44b

Please sign in to comment.