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
9
votes
2 answers

bintray: Unable to upload files: Maven group, artifact or version defined in the pom file do not match

I'm trying to create a maven library using Android Studio and bintray but I can't get it working. When I try to upload the lib using gradle bintrayUpload I allways get the following error: Could not upload to…
just_user
  • 11,769
  • 19
  • 90
  • 135
9
votes
1 answer

Execution failed for task ':bintrayUpload'. > Could not create version '1.1-Final TestApp': HTTP/1.1 400 Bad Request

I am working on one library project in android. I want to upload my library to the JCenter. I have created bintray account etc & followed all steps which are mentioned here. I did below changes in my application module & library module. Application…
9
votes
1 answer

How to pass a system property to gradle with the jenkins gradle plugin?

I have a gradle tasks that deploys some stuff to bintray using curl. For this to work it needs my bintray api key. I don't want to put that in my build script (or a property file) since all this stuff is hosted in plain sight at github. Instead I…
Jens Schauder
  • 77,657
  • 34
  • 181
  • 348
8
votes
1 answer

Not able to get gpg keys on email while uploading lib to bintray.com

I am using this tutorial to upload my android lib to bintray.com I am following below steps to upload lib: gpg --gen-key gpg --list-keys gpg --keyserver hkp://pool.sks-keyservers.net --send-keys PUBLIC_KEY_ID gpg -a --export…
Jitesh Mohite
  • 31,138
  • 12
  • 157
  • 147
8
votes
0 answers

Can Bintray sign packages/files using a signing subkey?

TL;DR: Can Bintray sign files or packages using a signing key which is a subkey, or is a master signing key (also?) required? In my private keyring I (originally) have a master key ([SC]) with its standard encryption subkey ([E]). To this I added a…
javabrett
  • 7,020
  • 4
  • 51
  • 73
8
votes
1 answer

How can I use Bintray jcenter for free?

I have read articles on how to publish an android studio library. Each article says to do it through Bintray. How can I use Bintray for publishing an Android library for free? It is asking me to register an organisation and pay after a month of…
khetanrajesh
  • 300
  • 3
  • 13
8
votes
1 answer

How to upload module to JCenter using gradle bintray plugin?

I am sorry if I am being too stupid but I just can't make it work... I have an Android Module Project in AS that I want to upload to JCenter - using gradle bintray plugin from JFrog. I follow this tutorial in order to create the repository on…
E. Fernandes
  • 3,889
  • 4
  • 30
  • 48
7
votes
4 answers

Bintray 502 bad gateway in android Studio

I'm using maven { url "http://dl.bintray.com/populov/maven" } in my project-level build.gradle file. Since bintray is shutdown, what can be the replacement of this repo? Could not resolve androidx.room:room-compiler:2.2.4. > Could not get resource…
Shweta
  • 79
  • 1
  • 5
7
votes
2 answers

https://dl.bintray.com/kotlin/kotlin-eap 502 bad gateway

My apk is failing to compile saying it could not get Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.4.21'] was not found in any of the following sources: When I try to visit: https://dl.bintray.com/kotlin/kotlin-eap I get a 502 bad gateway is…
DB_cont
  • 136
  • 2
  • 12
7
votes
1 answer

Why libs with runtime scope are added to debugCompileClasspath?

If I add my lib to the project, and run command : > gradlew -q app:dependencies --configuration debugCompileClasspath > app_dependencies_compile.txt why does com.github.kolyall:utils:1.0.4 lib get the com.android.support:appcompat-v7 lib (and…
NickUnuchek
  • 11,794
  • 12
  • 98
  • 138
7
votes
1 answer

My Android library not suggest to upgrade new version in gradle after I published new version to jcenter

I have published one library called SmartToolbar to jcenter successfully. But I have one problem when I update it to new version and publish it again, it does not show suggestion message to update to new version in gradle. Currently, the latest…
Chivorn
  • 2,203
  • 2
  • 21
  • 37
7
votes
0 answers

How long does it usually take bintray to sync to jcenter?

I have uploaded my library here: https://bintray.com/cuipengfei/maven/autoupdateapk It has been approved to link to jcenter yesterday. I can even get search results in jcenter: https://bintray.com/search?query=autoupdateapk But when I add the…
Cui Pengfei 崔鹏飞
  • 8,017
  • 6
  • 46
  • 87
7
votes
1 answer

Trouble downloading my published files on Bintray from JCenter

I'm developing a very basic Gradle plugin (mainly to get experience) and I've published a version to my Bintray repository which should be viewable here. I've linked my repository to JCenter (and can find my plugin here) and now, to test it all…
Tagc
  • 8,736
  • 7
  • 61
  • 114
7
votes
1 answer

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 (in a standalone gradle/groovy project). I am using it in a different java project. The client project was referring to it via something…
fwelland
  • 545
  • 5
  • 17
7
votes
1 answer

Using Bintray maven repository with Ivy

I'm considering using using bintray to host some project dependencies in a maven repository. My problem is I'm using Ivy and I can't seem to figure out how to take this maven configuration (supplied by bintray):
CtrlF
  • 674
  • 3
  • 8
  • 17
1
2
3
26 27