All Projects → yanzhenjie → bintray

yanzhenjie / bintray

Licence: Apache-2.0 license
简化发布Java/Android项目到Jcenter。

Projects that are alternatives of or similar to bintray

multi-library-bintray
A demo project to illustrate Bintray release configuration of a project which contains several modules.
Stars: ✭ 27 (-28.95%)
Mutual labels:  bintray, jcenter
bintray-upload-plugin
📦 Insanely easy way to upload your Android Library to Bintray/JCenter
Stars: ✭ 18 (-52.63%)
Mutual labels:  bintray, jcenter
CorePublish
maven发布插件和bintray发布插件
Stars: ✭ 18 (-52.63%)
Mutual labels:  bintray
recyclerfragment
An Android Fragment that displays a set of items in a RecyclerView.
Stars: ✭ 16 (-57.89%)
Mutual labels:  jcenter
backblaze-b2-java-api
Java API for the fabulous backblaze B2 API
Stars: ✭ 13 (-65.79%)
Mutual labels:  bintray
GradleMavenPush
Helper to upload Gradle Android Artifacts, Gradle Java Artifacts and Gradle Kotlin Artifacts to Maven repositories (JCenter, Maven Central, Corporate staging/snapshot servers and local Maven repositories).
Stars: ✭ 21 (-44.74%)
Mutual labels:  jcenter
Bintray Release
A helper for releasing from gradle up to bintray
Stars: ✭ 1,878 (+4842.11%)
Mutual labels:  bintray
setup-jfrog-cli
Set up JFrog CLI in your GitHub Actions workflow
Stars: ✭ 63 (+65.79%)
Mutual labels:  bintray
bintray-secure-ota
Over-The-Air firmware upgrades for the Internet of Things devices with JFrog @bintray
Stars: ✭ 37 (-2.63%)
Mutual labels:  bintray
jcenter-config
Painlessly publish your library/project to jcenter() with these simple scripts.
Stars: ✭ 13 (-65.79%)
Mutual labels:  jcenter

使用Gradle发布Java项目到jcenter/mavenCentral

这个仓库是因为个人发布项目到jcenter/mavenCentral()时每次需要做配置比较麻烦,所以放到Github上来方便自己,如果其它人看到之后也喜欢这种方式,不妨也试试。

本库提供的方式可以只发布到jcenter(),或者同时发布到jcenter()mavenCentral(),后者的原理是发布到jcenter()后通过Binary同步到mavenCentral(),所以不能只发布到mavenCentral()

相关链接

  1. Binary:https://bintray.com
  2. Sonatype:https://issues.sonatype.org
  3. Release process:http://blog.csdn.net/yanzhenjie1003/article/details/51672530

License

Copyright 2017 Yan Zhenjie

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].