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
5
votes
3 answers

Disable javadoc check for Bintray upload

I am trying to upload a new version of my library to Bintray, however I am getting errors. One of the changes I made was to add a custom attribute to my Javadoc. For example: /** * The method does something. * * @param myParameter This is my…
Farbod Salamat-Zadeh
  • 19,687
  • 20
  • 75
  • 125
5
votes
2 answers

Issue using Encrypted bintray key in travis.yml

So When i use the below in .travis.yml it works .. ********************* deploy: user: mybintrayuserid provider: bintray file: .bintray_descriptor.yml key: myapikey *********************** but if i change this to below…
Dhyan
  • 551
  • 2
  • 6
  • 15
5
votes
1 answer

Releasing and publishing from sbt-bintray

I'm trying to publish to bintray a relase for my library. I already released several versions till now. java.lang.RuntimeException: error uploading to…
raisercostin
  • 8,777
  • 5
  • 67
  • 76
5
votes
2 answers

Return code is: 409, ReasonPhrase:Conflict (JCenter)

I have a artificact deployed in JCenter (oss.jfrog.org) although the deployment did not end without error (see Deploy SNAPSHOT to oss.jfrog.org (JCenter)), the jars are there when I check the Repository browser. Now I add the dependency in a project…
quarks
  • 33,478
  • 73
  • 290
  • 513
4
votes
2 answers

Problems in Android repository Flutter TensorFlow-lite by Bintray 502

When I compile my Android Flutter application I get this error Could not determine the dependencies of task ':app:processDebugResources'. > Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. > Could not…
Nautilus
  • 186
  • 3
  • 13
4
votes
2 answers

Flutter error : Could not resolve com.google.android.gms:play-services-location:16.+, Status code 502

Looks like Bintray library is down and I am not able to build my app. I tried a lot of solutions but none them worked. A similar github issue is there which is already closed without any proper help. Github link:…
Dipak Pd.
  • 125
  • 2
  • 13
4
votes
5 answers

Bad gateway when building Android React Native

When I run react-native run-android, I get the following error: * What went wrong: Could not determine the dependencies of task ':react-native-intercom:generateDebugRFile'. > Could not resolve all task dependencies for configuration…
Dara Java
  • 2,410
  • 3
  • 27
  • 52
4
votes
1 answer

Bintray, JCenter, Maven, MavenCentral, OSSRH, Sonatype, Nexus, how are they all related?

I have a library shared in JCenter, which I post to through Bintray. Recently, it is announced JCenter and Bintray are sunsetting, and many advised us to go to MavenCentral. I'm looking to move migrate it over. Then I notice within the Bintray, it…
Elye
  • 53,639
  • 54
  • 212
  • 474
4
votes
1 answer

The jCenter & Bintray is Shutting Down. Now What? How to resolve that If third party library used?

The jCenter & Bintray is Shutting Down. So how we can resolve this and what will do if third party libraries are used in project.? Please help me out. Thanks in advance.
4
votes
1 answer

Prevent uploading additional "app-unspecified.aar" to Bintray

I'm trying to create an android library and publish it to a Bintray repository. But while running bintrayUpload Gradle task, there is an additional file called "app-unspecified.aar" which is uploaded to the Bintray along with the original…
Chathura Buddhika
  • 2,067
  • 1
  • 21
  • 35
4
votes
0 answers

Can I simply use the maven-publish Gradle plugin to upload to Bintray or do I HAVE to use the Bintray plugin

I can publish artifacts using the JFrog Bintray Gradle plugin, but am getting a 405 when trying to use maven-publish plugin. All the examples I've found use the JFrog plugin. My Bintray repo is a Maven one and would like to stay with the generic…
Silver
  • 41
  • 1
4
votes
2 answers

gradle-bintray-plugin Plugin [id: 'com.jfrog.bintray', version: '1.+'] was not found

I'm trying to use the gradle plugin gradle-bintray-plugin. Currently using Gradle 4.4 Following the tutorial in the github page I should add the plugin in this way: plugins { ... id "com.jfrog.bintray" version "1.+" } I'm receiving this…
Juan Saravia
  • 7,661
  • 6
  • 29
  • 41
4
votes
1 answer

What is the difference between Files uploaded to bintray.com?

I uploaded my lib to bintray.com by the tutorial , and now there in tab "Files" exist the list of files. 1) Which one can I add directly to app/libs folder 2) What is the difference between Files uploaded to bintray.com? 3) How to find the files…
NickUnuchek
  • 11,794
  • 12
  • 98
  • 138
4
votes
2 answers

Error: Could not find method install() for arguments on root project of type org.gradle.api.Project

I am creating an Android library. I tried to integrate this library to Bintray using this tutorial. On building the project, I got this error: Could not find method install() for arguments [installv_f1q320zaw5jcqpyp599i07j5x$_run_closure1@4c1c47ec]…
Malwinder Singh
  • 6,644
  • 14
  • 65
  • 103
4
votes
1 answer

Javapoet not found in processor

I created an Android library that uses JavaPoet to generate classes. It works well on my local workspace ; even if I include the library module into another project. Now I'm trying to put my project online through bintray. The project is uploaded…
Omar Aflak
  • 2,918
  • 21
  • 39