LendingClub / gradle-maven-plugin

maven plugin to invoke gradle
73 stars 36 forks source link

Allow specification of a file rather than an URI for local Gradle installation #37

Open raphw opened 7 years ago

raphw commented 7 years ago

It is much easier to specify a file from within Maven using for example ${project.basedir}/dist/mygradle.zip to point to a locally available distribution. Within Windows, one has to replace spaces by escape characters and invert the delimiters what is quite a hazzle. By allowing the suggested property, this can be solved much easier.

Also, I fixed a print-out of the arguments and added some minor improvements.

raphw commented 6 years ago

Ping. Is this project still alive enough to merge this small fix? Would really appreciate it!

raydac commented 6 years ago

the project looks dead