jcenter

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

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

Trouble downloading my published files on Bintray from JCenter

有些话、适合烂在心里 提交于 2019-12-23 09:21:09
问题 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 works, I'm trying to download those artifacts from a Gradle build script and apply my plugin to a mock project: apply plugin: 'semver' apply plugin: 'java' buildscript { repositories { jcenter() } dependencies { classpath 'com.github.tagc:semver-plugin

jcenter 502 bad gateway after gradle refresh [closed]

孤街醉人 提交于 2019-12-18 12:54:23
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 9 months ago . Unable to connect to jcenter address https://jcenter.bintray.com/ Got an 502 Bad Gateway response And also in my intellj IDE after I click gradle refresh Could not GET 'https://jcenter.bintray.com/com/github/jnr/jffi/maven-metadata.xml'. Received status code 502 from server: Bad Gateway Anyone knows what

Could not GET 'https://jcenter.bintray.com/com/google/' Received status code 502 from server: Bad Gateway [duplicate]

大兔子大兔子 提交于 2019-12-18 08:49:19
问题 This question already has answers here : Unable to get dependencies from jcenter with a new project [closed] (10 answers) Closed 9 months ago . My project has no problem till yesterday. Today my team and I get the same problem while building the project. Could not GET 'https://jcenter.bintray.com/com/google/android/gms/play-services-location/maven-metadata.xml'. Received status code 502 from server: Bad Gateway I have no clue why this error suddenly came to all of us. What could be the reason

How to update library for new version in Bintray?

╄→гoц情女王★ 提交于 2019-12-18 04:46:08
问题 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 note of another library as below. 回答1: You will have to change the version in the publish section of your build.gradle file. Then, run the plugin again. This will create a new version in bintray. 回答2: These are the steps I follow whenever I update my Bintray library: Update the libraryVersion name in your

distribute Android library in jCenter to use in gradle

天涯浪子 提交于 2019-12-18 04:24:16
问题 I have a library project with a module that is just for library classes and views. I've been searching over the internet how to distribute it in jCenter to use as a gradle dependency but nothing works. While this isn't done yet, how can I use this module in others projects? PS: I use Android Studio on Windows 10. 回答1: Many of the tutorials and directions online are out of date or are very hard to follow. I just learned how to do this myself, so I am adding what will hopefully be a quick

ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not download***.jar怎么破?

妖精的绣舞 提交于 2019-12-17 02:14:22
使用AndroidStudio开发的时候最头疼的就是碰到依赖的库同步不下了,脑瓜子疼不,疼不疼?疼不疼!!! 昨天跑的还好好的来,今天再打开工程就崩溃了,怎么搞都不行,想砸电脑,想砸电脑,想砸电脑!!! 就问你有没有这样的情况,别问我怎么知道(正在把刚才砸的电脑一点一点的拼起来(手动表情哭))。 好吧,重点来了,遇到这种情况怎么办好呢?下面就是我的在网上各种搜之后生效的办法: 如图把project目录下的build.gradle中的两个仓库的顺序调换下,如果你的显示mavenCentral不行,你就把jcenter放到前面,要是jcenter不行,你就把mavenCentral放到前面,试试呗,万一管用呢。 反正原因很简单,就是你要下载的链接AndroidStudio访问不通了,那解决的方案就是各种瞎折腾给他整通了。最坑爹的是,我当时的情况是这个jcenter的路径我用浏览器能访问的通,但是用AndroidStudio就是不行,相当的抓狂呀。 PS:开发的过程中最烦的就是这种库同步不下来,浪费时间还一点收益都木有,但面对现在的网络情况我们不得不面对。或者你自行架设一个nb的梯子这些问题你就不会碰到了,除非AndroidSudio抽风。 来源: CSDN 作者: 奋斗中的年轻人 链接: https://blog.csdn.net/xjz696/article/details

How to generate gpg signing keys in bintray for jcenter in windows

笑着哭i 提交于 2019-12-14 03:39:39
问题 I am unable to get GPG signing keys. Please any one tell me. Thanks How to generate gps signing keys in windows for jcenter 回答1: Windows users can generate GPG keys using GPG4Win. There are many tutorials available, for example this one. 回答2: For Linux/Mac you can use gpg . I learned how to do this here. I needed to prefix the following commands with sudo . Generate the keys gpg --gen-key Follow the defaults but enter your name and email and optionally a password. List the keys. gpg --list

JFrog Bintray:delete package and relink to JCenter

空扰寡人 提交于 2019-12-11 17:52:39
问题 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 to jcenter successful. compile 'com.mmrx.pngcompress:pngcompress:1.0.0' was worked in my Android project. after a while,i found some bugs in the plugin library,and deleted the version 1.0.0 which had lined to the jcenter before.And uploaded the new