Giter VIP home page Giter VIP logo

Comments (3)

rtyler avatar rtyler commented on June 16, 2024

I believe that this dependency lock plugin addresses the behavior you're describing.

The problem with using a tool like bundler outside of the context of Gradle is that it would result in Gradle not being aware of the dependency tree in a meaning full way to avoid re-resolving dependencies, or associating dependencies with different configurations. It also causes many of bundlers weaknesses to affect the Gradle-based project (e.g. weak separation of groups, all gems must be present at install time, etc)

from jruby-gradle-jar-plugin.

mkristian avatar mkristian commented on June 16, 2024

right - I never did included such a feature with jruby-maven-plugins but via ruby-maven it works really nice to use Gemfile as DSL for maven. people found "pure" gem dependencies unusable when you have lots of gems because the dependency resoultion needs (literally) hundreds of pom.xml to do its jobs. there were reports that maven did an hour downloading on an empty local repository on such projects.

but again - some improvements here you pay with some disadvantages somewhere else. in the end one needs to pick which feels best suited ;)

from jruby-gradle-jar-plugin.

ysb33r avatar ysb33r commented on June 16, 2024

to use Gemfile as DSL for maven

I have been considering reading a Gemfile from Gradle in order to determine dependencies, but have not yet convinced myself whether it is a sensible thing to do. Currently Gradle + Torquebox does a good job of dependency resolution.

from jruby-gradle-jar-plugin.

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.