Skip to content

Commit

Permalink
Don't deploy releases to Artifactory (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
iNikem authored Jun 15, 2020
1 parent 1c9b54f commit dbb639a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,6 @@ artifactory {
}

artifactoryPublish {
publications ('maven')
enabled = version.toString().contains('SNAPSHOT')
publications('maven')
}

0 comments on commit dbb639a

Please sign in to comment.