Select "Execute a shell" and put the following: cd path/to/gradlew_script && ./gradlew grails-war
of course, "path/to/gradlew" is relative to your job workspace. Cheers, PP On Fri, Feb 11, 2011 at 11:30 PM, TheKaptain <[email protected]> wrote: > > If you want to use the wrapper, you don't need the plugin at all. Simply > configure a shell script build step to call the wrapper directly. I do this > on all CI nodes so that I don't need to maintain the Gradle plugin > installation on a bunch of different machines when upgrading the Gradle > version. > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/How-to-tell-Hudson-to-use-the-Gradle-Wrapper-gradlew-tp3381448p3382236.html > Sent from the gradle-user mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Paulo Pires
