Re: [gradle-dev] Allow override of 'gradle' folder name in multi-project environment

2014-04-07 Thread Jeroen van der Vegt
Op 1-4-2014 1:07 schreef Adam Murdoch: On 31 Mar 2014, at 11:44 pm, Jeroen van der Vegt > wrote: Hello, We're using Gradle to build programs we develop using Eclipse. All of our programs are stored in the a multi-project tree. Because we're us

Re: [gradle-dev] Getting a TaskDependency from a ResolvedArtifact

2014-04-07 Thread Szczepan Faber
> > With the above, calling the task doesn't build the artifact coming from > the other project. It may well be that the way I setup my artifact > publication is not correct. > > I mostly do > project.artifacts.add(configName, packagingTask) > Do I need to do something else? > That's all you n

Re: [gradle-dev] ApplicationPlugin configurability

2014-04-07 Thread Luke Daley
Hi Alexander, Thanks for your contribution. I’ve started a discussion on the PR. On 7 April 2014 at 4:20:47 pm, Alexander Semelit ([email protected]) wrote: Hello, I created a pull request to make application plugin's distribution spec a bit more configurable: https://github.com/gradle/grad