mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-15 07:34:57 +00:00
5.3 beta2
This commit is contained in:
parent
f28e037a58
commit
01ea48e68b
@ -15,8 +15,8 @@ apply plugin: 'com.jfrog.bintray'
|
||||
apply from: rootProject.file( 'gradle/publishing-pom.gradle' )
|
||||
|
||||
ext {
|
||||
bintrayUser = project.property( 'PERSONAL_BINTRAY_USER' )
|
||||
bintrayKey = project.property( 'PERSONAL_BINTRAY_API_KEY' )
|
||||
bintrayUser = project.hasProperty( 'PERSONAL_BINTRAY_USER' ) ? project.property( 'PERSONAL_BINTRAY_USER' ) : null
|
||||
bintrayKey = project.hasProperty( 'PERSONAL_BINTRAY_API_KEY' ) ? project.property( 'PERSONAL_BINTRAY_API_KEY' ) : null
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user