Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support maven and gradle wrappers #53

Open
ixchelruiz opened this issue Jan 20, 2022 · 1 comment
Open

Support maven and gradle wrappers #53

ixchelruiz opened this issue Jan 20, 2022 · 1 comment
Labels
feature request New feature or request

Comments

@ixchelruiz
Copy link

Is your feature request related to a problem? Please describe.
Supporting the wrappers of maven and gradle is really needed as wrappers allows us to run a build with a specified version and settings without the build tool installation.

@yahavi yahavi added the feature request New feature or request label Feb 24, 2022
@d4nj1
Copy link

d4nj1 commented Feb 24, 2022

Hi,
under Linux I used a workarround so I could even run it with a local gradle wrapper. In the root of the gradle project:

mkdir bin
ln -s ../gradlew bin/gradle
PATH=$PATH:$PWD/bin bi gradle

This should of course be integrated into the plugin, but to just get a build-info generated it is sufficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants