build-info-go icon indicating copy to clipboard operation
build-info-go copied to clipboard

Support maven and gradle wrappers

Open ixchelruiz opened this issue 3 years ago • 1 comments

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.

ixchelruiz avatar Jan 20 '22 14:01 ixchelruiz

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.

d4nj1 avatar Feb 24 '22 15:02 d4nj1