bintray

Trouble Publishing Android Studio Library on jCenter with Bintray

醉酒当歌 提交于 2020-01-11 10:23:16
问题 I'm following this tutorial to publish an example Android Studio library on Jcenter: http://crushingcode.co/publish-your-android-library-via-jcenter/ It seems very clear. I've created my GitHub repository with this library at this link: https://github.com/alessandroargentieri/mylibview I've also Signed in to Bintray.com, and created a new repository which must contain my library (as explained in the tutorial above). To publish a repository on Bintray I must create an organisation, then you

Bintray does not sync one of the artifacts of the package to the jcenter

雨燕双飞 提交于 2020-01-11 03:54:07
问题 We've published a package with two artifacts in it ( android and os ) to Bintray: https://dl.bintray.com/gojuno/maven/com/gojuno/commander/ Then we've enabled sync with jcenter for this package, but only one of the artifacts is in sync ( android is synched while os is not): https://jcenter.bintray.com/com/gojuno/commander/ I contacted Bintray through Inbox on bintray.com, Contact Us on bintray.com, Email and Twitter and haven't received reply anywhere, this issue is blocking for the project.

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

若如初见. 提交于 2020-01-02 01:58:25
问题 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 Module build.gradle apply plugin: 'com.android.application' android { compileSdkVersion 22 buildToolsVersion "22.0.1" defaultConfig { applicationId "com.app.testapp" minSdkVersion 8 targetSdkVersion 22 versionCode 1 versionName "1.0" } buildTypes {

Maven hosting with Bintray

梦想与她 提交于 2020-01-01 19:03:35
问题 I am having issues with hosting maven jars with Github (site-maven-plugin) so I want to move with Bintray asap. What are the steps to host a existing maven jar in bintray? Here is my error when doing: mvn releae prepare Caused by: org.apache.maven.shared.release.ReleaseFailureException: You don't have a SNAPSHOT project in the reactor projects list. What I have now is I can do mvn clean install with no problems at all. Can I just upload the files under ./m2 repo? I basically uploaded the .jar

Can I remove a library from JCenter?

你。 提交于 2019-12-24 09:58:07
问题 I'm working with some external libraries, and I stumbled across a thought this morning : what if the publisher removes his library from JCenter, Maven Central, etc...? (I'll just focus on those 2 main repo.) According to this and some other researches, Maven Central seems to save libraries and you are unable to delete something. However, for JCenter, I was unable to find an accurate answer. So I created my own Bintray account, created a package and pushed some library to it. Then I linked it

Debian repository on Bintray multiple errors and unexpected behavior

社会主义新天地 提交于 2019-12-24 08:41:17
问题 I'm new to debian uploading, so I'm willing to believe I'm just doing something wrong. However, I had it working "as expected", but now am experiencing "strange behavior" and some errors when uploading/downloading. I spent a whole day and I think I've narrowed down some of the symptoms: NOTE: All my repositories are created with the Automatic Layout. I was wondering if FIRST The repo below was working normally last week, but this week the "Packages" file for i386 is no longer getting updated

publish my android aar to jcenter

只愿长相守 提交于 2019-12-24 08:34:10
问题 I want to upload my android aar to the bintray.I reafer to this ,but when I execute the cmd #gradlew bintrayUpload ,the cmd show error message,and my gradle file as follow: bintray { user = properties.getProperty('bintray.user') key = properties.getProperty('bintray.apikey') configurations = ['published', 'archives'] dryRun = false publish = true pkg { repo = 'maven' name = 'ActionAnimatorSet' desc = 'An animator operation set on Android' websiteUrl = 'https://github.com/paulyung541

Bintray and JCenter not in Sync

爷,独闯天下 提交于 2019-12-24 08:27:10
问题 after seeing this issue and the way it was solved JCenter and Bintray not in Sync I'm wondering if this is a general or specific problem. I'm having the same issue, I published version 1.2.0 and synced OK, but then I published 1.2.1 and it never made it to JCenter. I did update the groupId in between releases, may that be related? http://jcenter.bintray.com/com/mofiler/ https://bintray.com/btafel/maven/mofiler-sdk Thanks. 回答1: We have relinked your package according to the new GroupID. This

How to get latest version of a artifact on Bintray using JSONP

久未见 提交于 2019-12-24 02:54:13
问题 Bintray provide a REST API to search a artifact with latest version infomation: https://api.bintray.com/search/packages/maven?q=&g=me.tankery.lib&a=circularSeekBar I'm trying hard to find a way to get latest version of a artifact on Bintray with Javascript code. Seems Bintray server not support CORS, I use JSONP to request the data with jQuery: var url = "https://api.bintray.com/search/packages/maven?q=&g=me.tankery.lib&a=circularSeekBar"; $.getJSON(url, function(response) { console.log

Android Studio gradle bintray upload failed: Could not sign version

依然范特西╮ 提交于 2019-12-24 01:05:31
问题 After running ./gradlew bintrayUpload I am getting the following error. :my-library:bintrayUpload FAILED FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':my-library:bintrayUpload'. Could not sign version '0.8.1': HTTP/1.1 400 Bad Request [message:Private key is required, please supply it by using a JSON body or alternatively you can stored in your Bintray profile] Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option