Giter Club home page Giter Club logo

Comments (7)

ouchadam avatar ouchadam commented on July 22, 2024 3

This is possible, we've done something similar internally.

Your modules need to be treated individually and your dependency version names shared

./gradlew module1:bintrayUpload
./gradlew module2:bintrayUpload

from bintray-release.

kobakei avatar kobakei commented on July 22, 2024

I found similar issue.
I have two modules (android library and apt processor) in one project. Then, android library was uploaded and published. However apt processor was uploaded but not published.

from bintray-release.

blundell avatar blundell commented on July 22, 2024

What is the behaviour you expect?
Each module is uploaded and has to be used as a separate dependency, you can't upload two modules and expect it to somehow zip them together and create 1 dependency that isn't how it works. Is this your thinking?

from bintray-release.

kobakei avatar kobakei commented on July 22, 2024

No. I expect two modules are uploaded to jcenter as two maven repos.
For example, my project with two modules have been uploaded to these repos.
https://bintray.com/kobakei/maven/spot/view
https://bintray.com/kobakei/maven/spot-compiler/view
But one module has not been published by the plugin.

from bintray-release.

JcMinarro avatar JcMinarro commented on July 22, 2024

@blundell I expect that after performing gradle bintrayUpload... have my two modules uploaded to bintray.

The result just now is that your plugin only uploads .jar and .aar files from my modules, but don't create neither upload any .pom related to those modules and then bintray doesn't allow them to be published.

I have my project with your plugin integration on this branch. You can see it and do some trails over it ;)

from bintray-release.

yubaokang avatar yubaokang commented on July 22, 2024

@kobakei
you can upload one module,and then another.
but it can't use like
compile 'com.yubaokang:intentinject-api:v1.0.0'
apt 'com.yubaokang:intentinject-compiler:v1.0.0'
it must use like
compile 'com.yubaokang:intentinject-api:v1.0.0'
compile 'com.yubaokang:intentinject-compiler:v1.0.0'
when i build apk ,the guava library will be builed in the apk.

from bintray-release.

blundell avatar blundell commented on July 22, 2024

tracking via: #16

from bintray-release.

Related Issues (20)

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.