Other question : the bintray plugin has this const...
# gradle
m
Other question : the bintray plugin has this construct:
Copy code
bintray {   
    user = 'bintray_user'
    key = 'bintray_api_key'
    pkg {
        repo = 'generic'
        name = 'gradle-project'
        userOrg = 'bintray_user'
        licenses = ['Apache-2.0']
        vcsUrl = '<https://github.com/bintray/gradle-bintray-plugin.git>'
    }
}