Coder Social home page Coder Social logo

Comments (11)

realdadfish avatar realdadfish commented on August 25, 2024

Also, may I request that you set up bintray's easy sync to Maven central? That would be super-cool :) Thank you!

from frodo.

android10 avatar android10 commented on August 25, 2024

I labeled this as a bug. Will work on this. Thanks for reporting.

from frodo.

android10 avatar android10 commented on August 25, 2024

@tommyd3mdi can you try if the problem is fixed? It seems that frodo-runtime was not included in jcenter().

from frodo.

realdadfish avatar realdadfish commented on August 25, 2024

Problem is that we cannot access jcenter() on our Jenkins and that we have our own separate Nexus set up that only proxies to Maven Central. The issue with jcenter() / bintray is really that it doesn't play completely nice with Nexus (see https://issues.sonatype.org/browse/NEXUS-9196) and that our admins will not include it therefor.

from frodo.

android10 avatar android10 commented on August 25, 2024

Ok! Now I get it @tommyd3mdi. Will look into the article you sent :)

from frodo.

josh-burton avatar josh-burton commented on August 25, 2024

I'd just like to bump this and suggest that maybe it's not such a low priority!

This actually caused our dependency resolution to slow dramatically, as instead of hitting our internal repo (artifactory), it was hitting bintray first every time.

It should really just be part of adding the plugin that you need to also add the bintray dependency?

from frodo.

android10 avatar android10 commented on August 25, 2024

@athornz the reason why I put it low priority is because this does not affect the functionality of the library. And the process to add this to maven central is from the stone age and it takes forever.

The way we solved it at Soundcloud (for now), is that if you have a nexus server, just download the jars and add them manually to your internal repo.

from frodo.

josh-burton avatar josh-burton commented on August 25, 2024

Is it not a simple fix to remove the adding of the bintray repository from the plugin, and adding it as a step in the readme though?

from frodo.

android10 avatar android10 commented on August 25, 2024

@athornz the idea was to avoid as much configuration as possible. We have not suffered from that slowness you are mentioning dough. It is weird, could you give more context please?

from frodo.

josh-burton avatar josh-burton commented on August 25, 2024

It's due to Gradle trying to resolve dependencies against the repositories in the correct order.

The plugin adds the bintray repository at a very early stage, before any repositories declared in my build script are added. Gradle will check the bintray repo first for every dependency it tries to resolve.

I think it even checks bintray for the android support dependencies. Because it's a network call that slows down the dependency resolution.

from frodo.

android10 avatar android10 commented on August 25, 2024

@athornz good point. Maybe you can send a PR if you know how to solve it.

from frodo.

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.