diff --git a/ethereumj-core/build.gradle b/ethereumj-core/build.gradle index 6e54e781..7e90c808 100644 --- a/ethereumj-core/build.gradle +++ b/ethereumj-core/build.gradle @@ -156,12 +156,9 @@ artifactory { } artifactoryPublish.onlyIf { -// (!pullRequest || pullRequest == 'false') && -// project.version.endsWith('-SNAPSHOT') && - - - branchName.startsWith('master') - + (!pullRequest || pullRequest == 'false') && + project.version.endsWith('-SNAPSHOT') && + branchName.startsWith('master') } bintray {