Giter Site home page Giter Site logo

jcenter's Introduction

jcenter's People

Contributors

franriadigos avatar nuuneoi avatar samtstern avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jcenter's Issues

Problems generating Javadoc

Getting errors such as:

 error: package android.support.design.widget does not exist

All libs are imported through gradle, but the docs are not generating properly. Lint also causes error, but can be turned off by

lintOptions {
        abortOnError false
    }

How to upload my annotation processor?

Hi, I have developed a library (See HERE), which consists of two sub-libraries. One is comparator-generator and the other one is comparator-generator-annotation-processor.

I have uploaded comparator-generator to bintray, by following your instruction.

Also, I have uploaded the annotation processor in the same way. But I cannot download it to process the annotations. Could you please tell me how to upload the annotation processor in a correct way?

Thank you in advance for your help.

By the way, my aim is to let a user download my library in the following way:

apply plugin: 'android-apt'

android {
    ...
}

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
    }
}

dependencies {
    apt project(':comparator-generator-annotation-processor')
    compile project (':comparator-generator')
}

Add LICENSE

Please add a LICENSE to this repo (preferably Apache 2.0) so that others can use it comfortably.

the position of upload to jcenter

I want to upload my foo lib to jcenter, so I create a project container android library module named "lib", then I use this script to upload to jcenter, It upload my lib file to publishedGroupId/version/android module name/, but I want to up to pubhlishGroupId/version/bintrayName/. configed in build.gradle.
ext { bintrayName="foo" }

It use my project's name not the config in build.gradle.

Can you change it to that I can config where to upload my lib file.

My English is pool. If the expression is not clear, please tell me.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.