Also, this bit at the end of build.gradle
switch (System.getProperty("user.name")) {
case "pniederw":
allprojects {
tasks.withType(Test) {
maxParallelForks = 1
forkEvery = 0
}
}
break
default:
break
}
seems like something that would be better done in Peter's init.script (or
similar) and not put in the main build.gradle.
On Mon, Apr 4, 2011 at 5:04 PM, Hans Dockter <[email protected]>wrote:
> Our root build.gradle is getting a bit large. Just saw all the massive Idea
> configurations stuff. This should not be in the root script. I think we
> should refactor it into an idea.gradle.
>
> Hans
>
>
Just a thought.
--
John Murph
Automated Logic Research Team