Add gradle.properties to keep some defaults

This commit is contained in:
R. Tyler Croy 2014-12-13 15:09:24 -08:00
parent fbaf42dc68
commit 9d68d3bedd
2 changed files with 3 additions and 8 deletions

View File

@ -84,14 +84,6 @@ artifacts {
archives sourcesJar
}
// Ensure we don't fail in CI or on a system without these values set in
// ~/.gradle/gradle.properties
if (!hasProperty( 'bintrayUser' ))
ext.bintrayUser = ''
if (!hasProperty( 'bintrayKey' ))
ext.bintrayKey = ''
bintray {
user = project.bintrayUser
key = project.bintrayKey

3
gradle.properties Normal file
View File

@ -0,0 +1,3 @@
org.gradle.daemon=true
bintrayUser=
bintrayKey=