diff --git a/build.gradle b/build.gradle index 2d2ec43..b712a47 100644 --- a/build.gradle +++ b/build.gradle @@ -29,8 +29,8 @@ task sourceJar(type: Jar) { } bintray { - user = property('BINTRAY_USER') - key = property('BINTRAY_KEY') + user = System.getenv('BINTRAY_USER') + key = System.getenv('BINTRAY_KEY') pkg { repo = 'maven' name = 'FXRibbon'