Three questions:

   1. Is there a way to get a list of all the properties that are set on a
   project that were passed from the command line?
   2. I'm trying to use GradleBuild task to execute a build from another
   file. This other file defines multi project build. When I define tasks to
   execute as :someProject:fireAndForget, I got a complaint from Gradle saying
   that it cannot find task fireAndForget on project :someProject. I do specify
   the tasks on startupParameter as* ['*:someProject:fireAndForget']. Am I
   doing something wrong?
   3. What would be the bast way of using Gradle to invoke different tasks
   from different build files. I've got rather complex build and release
   scripts and would like one Gradle build script to execute tasks in
   particular order.

Cheers, Greg

-- 
Greg Gigon
http://greggigon.com
http://www.linkedin.com/in/greggigon
Twitter: gregorygigon <http://twitter.com/gregorygigon>

"You see, wire telegraph is a kind of a very, very long cat. You pull his
tail in New York and his head is meowing in Los Angeles. Do you understand
this? And radio operates exactly the same way: you send signals here, they
receive them there. The only difference is that there is no cat."
     Albert Einstein, when asked to describe radio

Reply via email to