Questions tagged [bintray]

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. It's free to use for consumption and free to use for distribution of OSS projects. Bintray is also the home for JCenter, a popular Java components repository.

JFrog Bintray is a universal distribution hub, which if free to use for consumption and free to use for distribution of OSS projects. It provides features like:

  • a global distribution network (CDN)
  • extreme throughput and redundancy for downloads
  • permission control for external users (entitlements)
  • product and EULA support
  • full REST API automation
  • CLI
  • plugins for popular CI servers and build tools
  • indexing as much binary packages standards as possible
  • "Set Me Up" snippets for easy configuration
  • smart checksum-based binary storage
  • and much more.

Bintray is also the home for , a popular Java components repository.

For more information please see:

399 questions
128
votes
3 answers

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.file("local.properties"); if(localPropertiesFile.exists()){ …
Fang
  • 3,652
  • 4
  • 16
  • 30
121
votes
1 answer

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 the difference between Artifactory and Bintray? Is Bintray a replacement for Artifactory?
ambes
  • 5,272
  • 4
  • 26
  • 36
52
votes
19 answers

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 for configuration ':app:debugRuntimeClasspath'. Could not resolve com.google.android.gms:play-services-location:16.+. Required by: project…
Alaeddine Bouhajja
  • 615
  • 1
  • 3
  • 10
49
votes
7 answers

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 it's grade bug and it fixed in upper versions, I tried change gradle version to 4.2.1, but get another error: Gradle sync failed: No…
no news
  • 1,060
  • 3
  • 14
  • 24
45
votes
9 answers

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 SBT users. I am not the original author of this package; it appears to have been abandoned; I just want to publish the current…
Mike Slinn
  • 7,705
  • 5
  • 51
  • 85
44
votes
5 answers

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. I'd like to upgrade to that version in Android Studio. I'm using v1.5.1 and in the settings I've selected the "Use…
Mister Smith
  • 27,417
  • 21
  • 110
  • 193
33
votes
5 answers

Publishing Android Library (aar) to Bintray with chosen flavors

I've juste added some flavors (or productFlavors if you want) to my project. The fact is that when I publish the library to bintray, all flavors are uploaded (which is great), but I'm unable to use them. The plugin used is the official one here.…
Hugo Gresse
  • 17,195
  • 9
  • 77
  • 119
22
votes
3 answers

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 pom.xml or where can I get right url for jcenter repository.
Ihor Rybak
  • 3,091
  • 2
  • 25
  • 32
22
votes
1 answer

How can I add badges/shields to github repos?

I see sites like shields.io or similar and they have these clips of markdown to show badges...but if I cut 'n paste these it's just the demo value. How can I make it "real". For example Bintray has their own "Latest Version Badge" markdown that…
Greg
  • 10,696
  • 22
  • 68
  • 98
17
votes
1 answer

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 ( importing direct with GRADLE ), import as module, copy paste it, I get the same error: Error:(15) A problem occurred evaluating…
Marian Pavel
  • 2,726
  • 8
  • 29
  • 65
10
votes
2 answers

How to update library for new version in Bintray?

I published my library to jCenter as v1.0.0 by using novoda/bintray-release at the first time. Actually I want to update it as v1.0.1, how can i do it? [EDITED] I added the image for release note of another library as below.
kimkevin
  • 2,202
  • 1
  • 26
  • 48
10
votes
2 answers

HTTP/1.1 401 Unauthorized when uploading binary on bintray

I'm trying to upload a android library module from android studio, followed by this blog: https://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-maven-central-as-dependency/en (1) ./gradlew install Result:- BUILD…
Deven
  • 3,078
  • 1
  • 32
  • 34
10
votes
2 answers

Travis CI not using extra Maven repository provided in pom.xml

I have a Java-based GitHub project, fitnessjiffy-spring (I'm currently focused on the "bootstrap" branch). It depends on a library built from another GitHib project, fitnessjiff-etl. I am trying to configure both of these to be built by Travis…
Steve Perkins
  • 11,520
  • 19
  • 63
  • 95
10
votes
2 answers

Publishing artifact from gradle project to bintray (maven repository)

I have configured Gradle to publish project artifact using new Maven Publisher Plugin, unfortunately this plugin has problem with dependency in generated pom.xml - dependencies has scope runtime instead of compile. My configuration is like…
MariuszS
  • 30,646
  • 12
  • 114
  • 155
9
votes
4 answers

How to generate gpg signing keys in bintray for jcenter in windows

I am unable to get GPG signing keys. Please any one tell me. Thanks How to generate gps signing keys in windows for jcenter
Krishna
  • 1,556
  • 13
  • 21
1
2 3
26 27