Hi Marty,

You should add http://gradle.artifactoryonline.com/gradle/plugins to your Artifactory and not http://gradle.artifactoryonline.com/gradle/libs <http://gradle.artifactoryonline.com/gradle/plugins>. This will ensure that the plugin resolution will be successful as well as all related libs.

HTH

Tomer Cohen

On 07/28/2010 05:41 PM, MartyMcFly wrote:
I like to bring this thread up again as I hope someone can help me with a
similar problem.

I have

buildscript{
   apply {
     apply from:
'http://myServer:port/artifactory/repo/org/jfrog/buildinfo/build-info-extractor-gradle/1.0.1/artifactoryplugin-1.0.1.gradle'
   }
}

repositories {
     mavenRepo urls: "http://my:port/artifactory/repo";
}

in my build.gradle, but apparently it does not download the file.

I added in my artifactory the
http://gradle.artifactoryonline.com/gradle/libs repo and anonymous can read
from this.

What else needs to be configured that the file is downloaded or cached in my
artifactory ?

Thanks
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to