bintray Questions
3
Solved
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 do...
2
Solved
I published my library to jCenter as v1.0.0 by using novoda/bintray-release at the first time.
Actually I want to update it as v1.0.1, how can i do it?
[EDITED] I added the image for release not...
2
Solved
I've just released my library with version 1.2.1, code is in Github
As you can see in the picture:
I'm getting "Warning" that i'm using old version of appcompat library but there's no warning fo...
2
Solved
I want to upload a library to jcenter, now I have upload it into "https://bintray.com", but there is no "add to jcenter" button in "Linked to" module, I have read the document and compared it with ...
5
Solved
I've juste added some flavors (or productFlavors if you want) to my project.
The fact is that when I publish the library to bintray, all flavors are uploaded (which is great), but I'm unable to u...
Sheila asked 17/12, 2015 at 10:3
1
Solved
I would like to ask about bintray link to jcenter. Apparently I can't link to jcenter anymore as the button 'linked to jcenter' is missing. I had created new package(under maven repository). I had ...
1
Solved
I'm new to publish own library in android.
I created my own library and uploaded it to bintray. My library depends several third party libraries. When I see pom.xml file, there are dependency infor...
Priming asked 12/1, 2017 at 19:47
1
Solved
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 re...
Hoad asked 26/12, 2016 at 9:30
2
Solved
I am trying to publish my Android library to JCenter using Bintray's web site.
I have created a Maven styled zip file which includes all the needed artifacts: aar, sources, javadocs and pom file u...
2
Solved
I have a Java-based GitHub project, fitnessjiffy-spring (I'm currently focused on the "bootstrap" branch). It depends on a library built from another GitHib project, fitnessjiff-etl. I am trying to...
5
Solved
I've just noticed Gradle has released version 2.12 and according to the release notes the scripts should compile up to 20% faster. I'd like to upgrade to that version in Android Studio.
I'm using ...
Sorkin asked 16/3, 2016 at 15:16
1
Solved
I would like to access a Bintray repository with credentials from sbt. I have tried the following:
resolvers += Resolver.bintrayRepo("...", "...")
as well as,
resolvers += Resolver.url("...", ...
1
Solved
I see sites like shields.io or similar and they have these clips of markdown to show badges...but if I cut 'n paste these it's just the demo value. How can I make it "real".
For example Bintray ha...
Balloon asked 26/8, 2016 at 22:4
1
Solved
I have been using JFrog Artifactory for a while in my company. Recently I learned about JFrog Bintray. What is the difference between Artifactory and Bintray? Is Bintray a replacement for Artifacto...
Filaria asked 10/8, 2016 at 15:6
0
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.co...
2
Solved
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 ...
1
Solved
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 change...
Loudermilk asked 3/9, 2015 at 13:27
1
Solved
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 ...
Fewell asked 23/6, 2015 at 5:13
1
Solved
I have an Android-Library that I would like to publish on bintray.
So far so good, I am using the gradle-bintray-plugin 1.2 with the following configuration:
bintray {
user = properties.getPrope...
Perloff asked 21/5, 2015 at 18:32
1
Solved
I am trying to import ExoPlayer library into my Android Studio project. I have tryed few times with several methods ( importing direct with GRADLE ), import as module, copy paste it, I get the same...
2
Solved
I have the next configuration:
lazy val mainProject = Project(
id = "project-helper",
base = file("."),
settings = Project.defaultSettings ++ Seq(
name := "my-first-project",
version := "0.1-...
1
Solved
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 ...
1
Solved
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 pro...
Stroke asked 8/9, 2014 at 0:22
2
Solved
I have configured Gradle to publish project artifact using new Maven Publisher Plugin, unfortunately this plugin has problem with dependency in generated pom.xml - dependencies has scope runtime in...
1
Solved
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 (supplie...
© 2022 - 2024 — McMap. All rights reserved.