Skip to content

Commit

Permalink
overriding in bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
jwstegemann committed Jul 13, 2020
1 parent 494781a commit 1594e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ publishing {
"https://api.bintray.com/maven/" +
"$bintrayUsername/$bintrayRepoName/$bintrayPackageName/;" +
"publish=0;" + // Never auto-publish to allow override.
"override=0"
"override=1"
)
credentials {
username = "jwstegemann"
Expand Down

0 comments on commit 1594e00

Please sign in to comment.