On Nov 4, 2008, at 12:35 PM, mvlcek wrote:


The simplest possible build file:
    createTask('nothing') { }
called with (gradle 0.4)
    gradle nothing
takes 1 minute without network, as it tries to resolve
org.gradle#build;SNAPSHOT (using ivy standard settings?).

In this case there is no delay during
++ Configuring Project objects

Could you try the following:

1.) create the following folders under project root: buildSrc/src/ main/java
2.) put some Java class in there.
3.) Try again with no network.

Thanks

- Hans

--
Hans Dockter
Gradle Project lead
http://www.gradle.org





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to