Yes and works like a charm.

I have added this to the idea plugin in build.gradle.

idea {
        module {
            inheritOutputDirs = false
            outputDir = file("build/classes/main")
            testOutputDir = file('build/classes/test')

            downloadJavadoc = true
            downloadSources = true
        }
    }


On Jun 23, 2012, at 11:32 PM, lukaszkaleta wrote:

> yes I supposed to do the same, but when mine idea open gradle project it does
> not work for me. 
> Are you using gradle too ? 
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-3-quickstart-Gradle-Idea-life-class-reloading-issue-tp5714046p5714052.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to