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
0
votes
1 answer

Publishing a library using jfrog.bintray HTTP/1.1 404 Not Found [message:Repo '' was not found]

I've been twisting my head around this issue for far too long today, can't seem to figure out what's wrong with this setup. I've followed this tutorial in order to be able to upload an android library to bintray (and later add it to jcenter). Here…
Tiago Ornelas
  • 1,109
  • 8
  • 21
0
votes
1 answer

I added library to maven on bintray but can't download it from gradle ? (Android)

I have this lib CustomTimePicker and added it to bintray and link it to JCenter and try to add it my project like that compile 'com.omarali:customTimePicker:1.0.0' and while trying to sync gradle it gives me this error how can I solve this issue?
Sattar
  • 2,453
  • 2
  • 33
  • 47
0
votes
1 answer

jfrog bintray: Fixing wrong group id

The group ID at https://bintray.com/search?query=downloaderFlow does not match the group ID at https://bintray.com/beta/#/vvasuki/sanskrit-coders-android-repo/downloaderFlow?tab=overview , probably because an earlier version of the package…
vishvAs vAsuki
  • 2,421
  • 2
  • 18
  • 19
0
votes
1 answer

Failed to resolve Bintray dependency

I've created a maven repository on https://bintray.com named it "maven", and I've added an aar library to it. But Android Studio can't build the project because: Failed to resolve: com.danileron The most confusing thing about it, is that if I…
Danil.B
  • 880
  • 1
  • 11
  • 23
0
votes
0 answers

publish gradle plugin to jcenter fail

This is message I received from jcenter: JCenter hosts Java applications that follow the Maven convention. In addition to the .aar file, your version should include a pom file, a *-sources.jar, and optionally a *-javadoc.jar. Your files should be…
QuinnChen
  • 670
  • 1
  • 8
  • 29
0
votes
1 answer

Bintray API: Upload package avatar

I would like to update my package avatar using directly Bintray API. Is there some way? The only way that I have to updade is using the web interface: Regards!
uilianries
  • 3,363
  • 15
  • 28
0
votes
1 answer

Failed to resolve Android Library Bintray JCenter

I created an Android Library and upload to bintray.com https://bintray.com/vsay01/maven/androidcommonutils It was link to JCenter as well. In my gradle of the app, I added: implementation 'com.vsay01.utils:androidcommonutils:1.0.0' In my gradle of…
sayvortana
  • 825
  • 2
  • 16
  • 32
0
votes
1 answer

New version of library is not synchronized with jcenter

This is my library https://bintray.com/createdthefuture/android/AndroidOkHttp It has been added to the jcenter, but When I upgraded its version 1.0.1, I can not found new version in jcenter. What should I do?
shuai
  • 1
  • 1
0
votes
1 answer

Error if lib fetched from Bintray repo but not when fetched from Jcenter

I make android libraries and I noticed that when I fetch the package from my maven repository on Bintray account, an error occurs. Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve…
Kh5
  • 167
  • 2
  • 10
0
votes
1 answer

The artifactory trusty repository is corrupt

The checksums in the Packages.bz2 file in jfrog's trusty repository for artifactory don't match the packages. This causes mirroring and installations to fail. Checked 19-Jul-2018 0606 UTC $ curl -s https://jfrog.bintray.com/artifactory-…
0
votes
1 answer

Bintray new version is not synced to JCenter eventhough my package is accepted in JCenter

My Bintray package is already accepted in JCenter. When it got accepted Version 1 automatically got added to JCenter. After few hours I Uploaded Version 2 to Bintray. It has been more than 2 days now, My Version 2 is not synced with JCenter. I have…
0
votes
1 answer

com.jfrog.artifactory gradle plugin 401 Unauthorised

I have previously successfully set up bintray and artifactory accounts to publish snapshot versions to the OSS JFrog Artifactory repository, but after setting up a GitHub/Bintray/Artifactory organisation under the same user, I am unable to publish…
matthewh86
  • 304
  • 6
  • 22
0
votes
1 answer

nebula release and bintray plugin have version set to unspecified

Using the nebula.release and nebula.nebula-bintray-publishing plugins results in the version being set properly in the file name, but not in the file path. The error message is as below. Could not upload to…
snowe
  • 1,312
  • 1
  • 20
  • 41
0
votes
1 answer

artifactory certificate error while downloading from jcenter

We are using artifactory oss and since a few days we have some issues with downloading jars from jcenter repository. It is not for all downloads and it is not clear why. When downloading we get the following error: Failed retrieving resource from…
0
votes
0 answers

Bintray plugin does not pick up the artefact version

I am trying to deploy my artefacts to Bintray with the official Gradle plugin. Contrary to my expectations, the plugin does not use the version which is set in the build.gradle, but autogenerates a random version string like…
user7621344