Hey all!
Hopefully I am asking this to the right audience:
If you have a gradle project that has mutliple levels, like the following:

Project A1----> Project B1----------->Project C1 (has artifactory-publish 
plugin applied)----> Project B2----------->Project C2 (has artifactory-publish 
plugin applied)
Project A CANT build properly, throwing the following error:

> Cannot cast object 
> 'org.jfrog.gradle.plugin.artifactory.dsl.ArtifactoryPluginConvention@bbb752e' 
> with class 
> 'org.jfrog.gradle.plugin.artifactory.dsl.ArtifactoryPluginConvention' to 
> class 'org.jfrog.gradle.plugin.artifactory.dsl.ArtifactoryPluginConvention'

Note I have created a test project of the above, with only the plugins applied 
with the following build.gradle files in Projects C1 and C2:
buildscript {  repositories {    jcenter()  }  dependencies {    classpath 
"org.jfrog.buildinfo:build-info-extractor-gradle:2.2.3"  }}
apply plugin: "artifactory-publish"
Any thoughts here? I do not have the option of applying the artifactory-publish 
plugin at the Project A1 level (and I shouldn't have to, either)
Thanks!
Sincerely,
Samuel                                    
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to