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

How to set latest version in Bintray Jcenter

I have successfully published my android library on bintray jcenter. I have a repository which has a package which contains two versions, 0.0.1 and 0.0.2. I want to make the 0.0.2 as the latest and default version. Whenever my library users use the…
zeeali
  • 1,524
  • 20
  • 31
0
votes
1 answer

Maven multiple repositories - jcenter, nexus

I am trying to set up maven with 2 repositories - jcenter & nexus. From nexus, we don't have the ability to proxy to jcenter. Hence I need a set up which can do the following- If a artifact is found in nexus, download it. If not found, go to…
zooes
  • 1,280
  • 3
  • 15
  • 21
0
votes
0 answers

android lib upload on bintray

What went wrong: Execution failed for task ':mylib:bintrayUpload'. Could not create package 'username/maven/mylib': HTTP/1.1 404 Not Found [message:Repo 'maven' was not found]
0
votes
2 answers

Unspecified Android Library version when publishing to Bintray

I'm trying to publish my own Android library to Bintray but when I uploaded from gradle successfully. I always get unexpected result from Bintray. It looks like this And this is my build.gradle apply plugin: 'com.android.library' apply…
Uni
  • 187
  • 2
  • 7
  • 18
0
votes
2 answers

Jcenter (Bintray) not approving android library

I made an android library (my first one).. followed the steps and was able to successfully upload to bintray..but when i requested to link to jCenter ,I got this mail from Bintray: Please consolidate all necessary files e.g. pom, aar and sources…
H D
  • 77
  • 2
  • 10
0
votes
1 answer

JFrog Bintray:delete package and relink to JCenter

I am newbie to publishing library to Jcenter. I had uploaded my Android gradle plugin library to JFrog artifactory.The library is https://bintray.com/mmrx/pngquantGradlePlugin/pngcompress And then,I clicked the button 'link to jcenter'and it linked…
linru
  • 13
  • 3
0
votes
1 answer

New version of library synchronized with jcenter

I have a library in Bintray synchronized with JCenter. https://bintray.com/bmsolution/Android/RestManager/0.2 But when I uploaded new version by gradle plugin - it is on Bintray (link) but it isn't on jcenter (link) Do you have to wait for…
Rafols
  • 1,299
  • 14
  • 12
0
votes
2 answers

Package uploaded on Bintray but Gradle resolution failed

I have an uploaded package on my Bintray repository as you can see here. Here is my library module build.gradle file Here is my deploy.gradle file Here is my deploy.properties file The problem is I can't resolve the dependency with a standard…
François Legrand
  • 1,151
  • 1
  • 14
  • 25
0
votes
1 answer

ateUpload to Bintray error :app:compileDebugUnitTestJavaWithJavac

I trying to upload my library into bintray from terminal: gradlew clean build bintrayUpload -PbintrayUser=mynameis -PbintrayKey=d27687efc53....4549bb69cf9 -PdryRun=false but Android Studio shows me this error: * Exception is:…
РСИТ _
  • 325
  • 1
  • 14
0
votes
1 answer

Jcenter: How to upgrade library?

I am newbie to publishing library to Jcenter. I have successfully created a library, uploaded it to bintray(v1.0) and linked it to Jcenter by following this Now I did some improvement changes to my source code and wanted that to be the default…
Sunny
  • 2,074
  • 4
  • 24
  • 33
0
votes
1 answer

Button Link library in Bintray to jCenter not available

Could you please help me how to Link Bintray Library to jCenter. I research a lot and found that we have to be an OSS or Premium account to Update. I also create an Issue on https://issues.sonatype.org/browse/OSSRH-36683 and also get a response. I…
Khang Tran
  • 467
  • 5
  • 16
0
votes
1 answer

"Can't correlate an artifact" when trying to promote a snapshot release on oss.jfrog.org

I'm trying to set up an automated snapshot and release chain for an open source Java library. This is the intended setup: Travis CI checks out the Github project Travis CI runs the Gradle build The Gradle build uses the artifactory plugin to…
Tom
  • 3,913
  • 19
  • 28
0
votes
1 answer

Upload subproject artifacts to Bintray using gradle and bintray plugin

I have a root project and some subprojects and all of them produce artifacts. I configured bintray in the top build script (gradle) in a similar way to what I did for artifactory (same publication/configuration). When it comes to upload artifacts to…
0
votes
1 answer

Bintray and jCenter are not really sync their changes automatically

There is a weird issue I am facing here. I had my Android library uploaded to Bintray and when I requested to add to jCenter everything worked fine. The library was this:…
matrix
  • 314
  • 4
  • 24
0
votes
0 answers

Pulling Dependency from Bintray

I recently updated my android studio to version 3.0 and I have an android library I needed to update and as well upload to bintray. I was able to upload the library, but pulling the library from the repository prove abortive. I have checked the path…
Babajide Apata
  • 671
  • 6
  • 18