I have the following build structure (shortened for clarity)

    buildscript {
        versions = [root: "1.0.0"]
    
        list1 = ["com.baselogic:common:${versions.root}"]
        list2 = ["com.baselogic:extended:${versions.root}"]    
  
        apply plugin: 'idea'

    }
    
    allprojects {}
    
    subprojects {}
    
    project('ch01') {}


    import com.yahoo.platform.yui.compressor.*
    import org.mozilla.javascript.*
    
    class SystemOutErrorReporter implements ErrorReporter {...}


When I run 'gradle idea' my intellij project that is generated has 'ch01'
with the correct dependencies, but not the ROOT, or parent of the modules.
it has no dependencies.

I need this because I am trying to have top level tasks that IDEA
understands and unless I manually add the JARS to the root project, IDEA is
complaining.


-----
---
Thank You…

Mick Knutson, President, Certified Spring Instructor

BASE Logic, Inc.
Enterprise Architecture, Design, Training & Agile Consulting

Company: http://baselogic.com/blog/services/
---

--
View this message in context: 
http://gradle.1045684.n5.nabble.com/IDEA-plugin-to-add-top-level-dependencies-for-multi-module-build-tp5515615p5515615.html
Sent from the gradle-user mailing list archive at Nabble.com.

Reply via email to