gdubw/gdub

Allow user to specify gradle buildfile to run with '-b' or '--buildfile'

dougborg opened this issue · 1 comments

I thought this was already implemented, but apparently not. The user should be able to specify the name of the buildfile to run by specifying the standard -b or --buildfile gradle args.

The official Gradle CLI already supports it. no need to invent the wheel.