Top "Bintray" questions

JFrog Bintray is a universal distribution hub, which provides features like a global distribution network (CDN), extreme throughput and redundancy for downloads, permission control for external users (entitlements), product and EULA support etc.

How to use the latest gradle version in Android Studio

I've just noticed Gradle has released version 2.12 and according to the release notes the scripts should compile up to 20% faster. …

android android-studio gradle bintray
Could not find method jcenter() for arguments [] on repository container

I'm new to Gradle and bintray. I want to publish this project so it is readily available to Maven and …

gradle bintray jcenter
Could not determine java version from '9.0.1'

Trying upload project to bintray and just get error: Could not determine java version from '9.0.1'. I read that …

java android gradle bintray
No service of type Factory available in ProjectScopeServices

apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' // load properties Properties properties = new Properties() File localPropertiesFile = project.…

android bintray
Could not GET 'play-services-location/maven-metadata.xml'. Received status code 502 from server: Bad Gateway

I have a project which was running well yesterday, but today I find this problem: Could not resolve all files …

android flutter gradle bintray jfrog
What is the difference between JFrog Artifactory and Bintray?

I have been using JFrog Artifactory for a while in my company. Recently I learned about JFrog Bintray. What is …

artifactory bintray
How to properly specify jcenter repository in maven config?

In Gradle, I need simply add: repositories { jcenter() } What is the simplest and proper way to do the same in …

maven gradle artifactory bintray jcenter
Failed to apply plugin Android Studio

I am trying to import ExoPlayer library into my Android Studio project. I have tryed few times with several methods ( …

android bintray
How to use a Bintray user repo (correctly) for a dependency from gradle?

This is more of a 'am I doing it right' question. Quick back story: I have built a gradle plugin (…

gradle dependency-management bintray
Maven reports 'The desired archetype does not exist' when using archetype from bintray

First, I install archetype to my local repository: mvn dependency:get \ -Dartifact=org.teavm.flavour:teavm-flavour-application:0.1.0-dev-8 \ -DremoteRepositories=teavm::::https://…

maven maven-archetype bintray