Hi Levi, Could you help by posting the smallest Groovy class that demonstrates this issue?
Cheers, Merlyn On Jul 12, 2011 4:03 AM, "Levi Yourchuck" <[email protected]> wrote: > Hi all, > I am wondering if this is the expected gradle behavior. > When I run the compileJava task and I have an error in the .java code, it will cause the gradle build to halt and not execute further tasks. > However when I have an error in some .groovy code, it will cause an error in the console output similar to compileJava but it does not stop the gradle build. > This has the effect that when the jar task is chugging along, it does not have and .class files from a compileGroovy task to include and the subsequent build is broken but reports BUILD SUCCESSFUL. > Is there something that I have to do when configuring the compileGroovy task in order to get this behavior? I am not seeing much for info on this in the docs. > thanks,Levi
