5.3 beta2

This commit is contained in:
Steve Ebersole 2018-02-01 14:51:08 -06:00
parent 01ea48e68b
commit 3501c09db6
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ apply plugin: 'maven-publish'
apply plugin: 'maven-publish-auth'
apply plugin: 'com.jfrog.bintray'
apply from: rootProject.file( 'gradle/publishing-pom.gradle' )
ext {
bintrayUser = project.hasProperty( 'PERSONAL_BINTRAY_USER' ) ? project.property( 'PERSONAL_BINTRAY_USER' ) : null