On 7/04/10 12:55 AM, Lars Heuer wrote:
Hi all,

I use Gradle 0.9p1 and I reference a project which depends on JGroups
and it has in its pom the following entry:

     [...]
     <repositories>
         <repository>
             <id>jboss</id>
             <url>http://repository.jboss.org/maven2</url>
         </repository>
     </repositories>
     [...]

I'd expect that Gradle would use the above mentioned repository even
if I don't have "http://repository.jboss.org/maven2"; in my
build.gradle as repository listed.

But I get an error that JGroups cannot be found.

If I add the above mentioned repository to my build.gradle, everything
works fine, though.

Is there a setting that Gradle tries automatically to resolve
dependencies in repositories which are mentioned in 3rd party poms?

There isn't, yet. See http://jira.codehaus.org/browse/GRADLE-611


--
Adam Murdoch
Gradle Developer
http://www.gradle.org


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

   http://xircles.codehaus.org/manage_email


Reply via email to