Closed codefromthecrypt closed 9 years ago
Does it absolutely have to be an executable jar? I'd usually go with the 'application' plugin to do this type of thing http://gradle.org/docs/current/userguide/application_plugin.html
Otherwise I'll take a look Monday.
there's a fair amount of denominator cli users who see it as an executable. I can also look into the gradles if you get stuck.. just I'm usually not that good at it.
When I do ./gradlew clean build install
I get a cli/build/denominator. I'm doing this on the master branch.
oh well that's interesting! maybe there's a subtle thing when one puts "test" instead of "build" now. I don't mind the incantation so long as the release scripts create this..
No action needed.. I'll just update the README!
actually thought about it some more. And pull request does it the old way.
Great. This helps, Rob.
Before switching to the latest nebula, executing
./gradlew clean test install
from the root of your denominator clone would createcli/build/denominator
This was due to an entry at the bottom of the cli's build.gradle
I noticed this is no longer being created. Any ideas?