Gang, I do not use the gradle wrapper bundled in the qi4j source tree but a system wide gradle installation.
FYI, running the build with gradle 1.0-milestone-5 fails with the following error: FAILURE: Build failed with an exception. * Where: Build file '/Users/paul/src/github/qi4j-sdk/build.gradle' line: 39 * What went wrong: A problem occurred evaluating root project 'org.qi4j'. Cause: Could not find method getByName() for arguments [uploadArchives] on root project 'org.qi4j'. Using 1.0-milestone-3 simply works. I think it's no problem when using the bundled wrapper but it means that upgrading gradle won't be a zero effort game. According to the gradle site, 1.0-milestone-4 must not be used as it contains serious regressions. /Paul -- Paul Merlin - eskatos.github.com _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

