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
0 answers

SBT can't find the partial unification plugin

addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.0") in project/plugins.sbt. When running sbt I get [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] ::…
0
votes
0 answers

how or when does bintray reset upload limits? (free version)

Not often, but on occasion we hit the 403/limit. When is this reset or how can we reset it? I've cleaned up old files and waited overnight, but it did not reset.
nd34567s32e
  • 148
  • 1
  • 7
0
votes
1 answer

Using Bintray generic repo with PIP

I am trying to find out if I can use bintray as python packages repo. I see that bintray does not provide PyPi repo type - https://www.jfrog.com/confluence/display/BT/Supported+Package+Formats. I am wondering how do I use generic bintray repo to…
Magic
  • 505
  • 2
  • 6
  • 19
0
votes
1 answer

Incomplete response with Get Packages API with an authenticated client on BinTray

I'm trying to use BinTray's Get Packages API with an authenticated client to list all the packages in a specific repository, and according to the documentation Get a list of packages in the specified repository, optionally specify a starting…
ninjacoder
  • 19
  • 4
0
votes
1 answer

Linking bintray repo to Jcenter "Package should include sources as part of the package"

I have a bintray repo what I uploaded my android aar library to and I am trying to link my repo to Jcenter so that other people can import it into their project. When I click the Add to Jcenter button in bintray I am taken to A Compose message page,…
tyczj
  • 71,600
  • 54
  • 194
  • 296
0
votes
1 answer

Link bintray repo to jcenter

This is my first time trying to use bintray and jcenter but I created an open source Android library that I published to bintray and now I am trying to link it jcenter so that others can add the dependency to their project. I followed several…
tyczj
  • 71,600
  • 54
  • 194
  • 296
0
votes
1 answer

Uploading Android aar library to bintray from TravisCI

This is my first time trying to publish something to maven but I have an Android library that I am trying to integrate with TravisCI to build it when anything gets pushed to master Looking at the Bintray gradle documentation along with some articles…
tyczj
  • 71,600
  • 54
  • 194
  • 296
0
votes
2 answers

Gradle 6.2.2 broke my bintray publishing (artifact names instead of version numbers)

Since updating to gradle 6.2.2 the bintray publishing went nuts. Bintray shows the artifact names instead of the version numbers and the library is unuseable do to this. Link to the bintray library Link to the build.gradle file Did anyone…
gutenmorgenuhu
  • 2,312
  • 1
  • 19
  • 33
0
votes
0 answers

Jfrog C++ Setup Conan packages

I have to upload the C++ Conan Packages 10gb in to JFrog Community edition[CE] jfrog will defaultly support the packages or have to integrate with PostgreSQL Server.
0
votes
0 answers

HTTP/1.1 401 Unauthorized to upload my module kotlin to jcenter using bintray

I´m going crazy....I´m trying to upload my kotlin module to JCenter using Bintray. I use a gradle script that I found in internet this is my error Execution failed for task ':bintrayPublish'. Could not publish…
AnD
  • 125
  • 1
  • 8
0
votes
1 answer

bintray creating directories claims to upload artificats but it's blank

We are evaluating bintray and have the following build file https://github.com/deanhiller/webpieces/blob/evaluateBintray/build.gradle (not sure the build file matters since it reports that it is uploading each and every artifact correctly). I see…
Dean Hiller
  • 19,235
  • 25
  • 129
  • 212
0
votes
0 answers

JAR file is corrupted (+missing source, javadoc) pushing maven artifact from BinTray to JCenter

I have some maven artifacts on bintray new for our current release that need adding to JCenter before they can be synced from BinTray to Maven Central. (We have other artifacts already in place) However some of these artifacts are throwing errors…
0
votes
2 answers

How to assume bintray ownership of a repo copied from maven central

Bintray jcenter has copied my maven central artifacts into their repository. I would like to be able to assume ownership, in bintray, of the package, so that I can edit the description and/or hyperlinks and/or other metadata, all of which is…
Sean F
  • 4,344
  • 16
  • 30
0
votes
1 answer

How can I get sbt to resolve my bintray dependencies (sbt 1.3.5)?

I've been publishing to bintray for a long time. My releases all go to this directory: https://dl.bintray.com/blocke/releases/co/blocke/scalajack_2.13/6.2.0/scalajack_2.13-6.2.0.pom By default sbt 1.3.5 doesn't seem to have bintray as one of its…
Greg
  • 10,696
  • 22
  • 68
  • 98
0
votes
2 answers

message:Repo 'maven' was not found

I get this message:Repo 'maven' was not found when uploading your android library to Bintray, what should do? I am following this tutorial : https://www.raywenderlich.com/52-building-an-android-library-tutorial
Nurseyit Tursunkulov
  • 8,012
  • 12
  • 44
  • 78