IntelliJ Module structure after Gradle import Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Gradle creates modules from caches in IntellijIdeaHow can I permanently enable line numbers in IntelliJ?IntelliJ inspection gives “Cannot resolve symbol” but still compiles codeManaging project dependencies with Gradle and IntelliJWhat is Gradle in Android Studio?Module … is not backed by gradleSubproject building in Gradle and intelliJ IDEAIntelliJ IDEA and Gradle: Why there are 3 modules per sub-module?IntelliJ gradle add module dependencyIntelliJ root project showing gradle dependencies from modules as not resolvableIntelliJ gradle integration issue with independent gradle subprojects

Are there any irrational/transcendental numbers for which the distribution of decimal digits is not uniform?

Besides transaction validation, are there any other uses of the Script language in Bitcoin

Why complex landing gears are used instead of simple, reliable and light weight muscle wire or shape memory alloys?

Did any compiler fully use 80-bit floating point?

systemd and copy (/bin/cp): no such file or directory

Flight departed from the gate 5 min before scheduled departure time. Refund options

Sally's older brother

Inverse square law not accurate for non-point masses?

newbie Q : How to read an output file in one command line

What was the last profitable war?

Does the universe have a fixed centre of mass?

By what mechanism was the 2017 UK General Election called?

Is there a spell that can create a permanent fire?

Is it OK to use the testing sample to compare algorithms?

Short story about astronauts fertilizing soil with their own bodies

What does 丫 mean? 丫是什么意思?

How to make an animal which can only breed for a certain number of generations?

Twin's vs. Twins'

Vertical ranges of Column Plots in 12

My mentor says to set image to Fine instead of RAW — how is this different from JPG?

Is this Half-dragon Quaggoth boss monster balanced?

What is a more techy Technical Writer job title that isn't cutesy or confusing?

Did pre-Columbian Americans know the spherical shape of the Earth?

What are some likely causes to domain member PC losing contact to domain controller?



IntelliJ Module structure after Gradle import



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Data science time! April 2019 and salary with experience
The Ask Question Wizard is Live!Gradle creates modules from caches in IntellijIdeaHow can I permanently enable line numbers in IntelliJ?IntelliJ inspection gives “Cannot resolve symbol” but still compiles codeManaging project dependencies with Gradle and IntelliJWhat is Gradle in Android Studio?Module … is not backed by gradleSubproject building in Gradle and intelliJ IDEAIntelliJ IDEA and Gradle: Why there are 3 modules per sub-module?IntelliJ gradle add module dependencyIntelliJ root project showing gradle dependencies from modules as not resolvableIntelliJ gradle integration issue with independent gradle subprojects



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I a (common) Gradle multi-project build I have a root with four sub-projects. Each with their own build.gradle and a common build.gradle, settings.gradle and gradle.properties in the root folder.



It all builds an works as expected - except for one thing I can't figure out:



When importing the gradle-build into IntelliJ (import from external model) IntelliJ creates two separate modules at root-level. One is marked as a normal Module and one as a Grouped module. It is the latter that surprises me - why is this created? It makes no sense to have in as a module in IntelliJ since it only points to some downloaded jar-files in my .gradle folder. See below picture.



I've create several gradle multi-project builds and worked with IntelliJ for several years - yet I have never seen this nor do I know how to get rid of it..



enter image description here










share|improve this question

















  • 1





    Try 2019.1 RC from jetbrains.com/idea/nextversion The related issue (youtrack.jetbrains.com/issue/IDEA-187917) has been fixed there. See also stackoverflow.com/questions/54036569 as a duplicate.

    – Andrey
    Mar 23 at 9:01











  • Great - thanks. Wonder why that post was so hard to find.... :)

    – Hoof
    Mar 25 at 7:59












  • I can confirm that upgrading to 2019.1 RC fixes the issue!

    – Hoof
    Mar 26 at 8:49

















1















I a (common) Gradle multi-project build I have a root with four sub-projects. Each with their own build.gradle and a common build.gradle, settings.gradle and gradle.properties in the root folder.



It all builds an works as expected - except for one thing I can't figure out:



When importing the gradle-build into IntelliJ (import from external model) IntelliJ creates two separate modules at root-level. One is marked as a normal Module and one as a Grouped module. It is the latter that surprises me - why is this created? It makes no sense to have in as a module in IntelliJ since it only points to some downloaded jar-files in my .gradle folder. See below picture.



I've create several gradle multi-project builds and worked with IntelliJ for several years - yet I have never seen this nor do I know how to get rid of it..



enter image description here










share|improve this question

















  • 1





    Try 2019.1 RC from jetbrains.com/idea/nextversion The related issue (youtrack.jetbrains.com/issue/IDEA-187917) has been fixed there. See also stackoverflow.com/questions/54036569 as a duplicate.

    – Andrey
    Mar 23 at 9:01











  • Great - thanks. Wonder why that post was so hard to find.... :)

    – Hoof
    Mar 25 at 7:59












  • I can confirm that upgrading to 2019.1 RC fixes the issue!

    – Hoof
    Mar 26 at 8:49













1












1








1








I a (common) Gradle multi-project build I have a root with four sub-projects. Each with their own build.gradle and a common build.gradle, settings.gradle and gradle.properties in the root folder.



It all builds an works as expected - except for one thing I can't figure out:



When importing the gradle-build into IntelliJ (import from external model) IntelliJ creates two separate modules at root-level. One is marked as a normal Module and one as a Grouped module. It is the latter that surprises me - why is this created? It makes no sense to have in as a module in IntelliJ since it only points to some downloaded jar-files in my .gradle folder. See below picture.



I've create several gradle multi-project builds and worked with IntelliJ for several years - yet I have never seen this nor do I know how to get rid of it..



enter image description here










share|improve this question














I a (common) Gradle multi-project build I have a root with four sub-projects. Each with their own build.gradle and a common build.gradle, settings.gradle and gradle.properties in the root folder.



It all builds an works as expected - except for one thing I can't figure out:



When importing the gradle-build into IntelliJ (import from external model) IntelliJ creates two separate modules at root-level. One is marked as a normal Module and one as a Grouped module. It is the latter that surprises me - why is this created? It makes no sense to have in as a module in IntelliJ since it only points to some downloaded jar-files in my .gradle folder. See below picture.



I've create several gradle multi-project builds and worked with IntelliJ for several years - yet I have never seen this nor do I know how to get rid of it..



enter image description here







gradle intellij-idea






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 22 at 12:50









HoofHoof

75521035




75521035







  • 1





    Try 2019.1 RC from jetbrains.com/idea/nextversion The related issue (youtrack.jetbrains.com/issue/IDEA-187917) has been fixed there. See also stackoverflow.com/questions/54036569 as a duplicate.

    – Andrey
    Mar 23 at 9:01











  • Great - thanks. Wonder why that post was so hard to find.... :)

    – Hoof
    Mar 25 at 7:59












  • I can confirm that upgrading to 2019.1 RC fixes the issue!

    – Hoof
    Mar 26 at 8:49












  • 1





    Try 2019.1 RC from jetbrains.com/idea/nextversion The related issue (youtrack.jetbrains.com/issue/IDEA-187917) has been fixed there. See also stackoverflow.com/questions/54036569 as a duplicate.

    – Andrey
    Mar 23 at 9:01











  • Great - thanks. Wonder why that post was so hard to find.... :)

    – Hoof
    Mar 25 at 7:59












  • I can confirm that upgrading to 2019.1 RC fixes the issue!

    – Hoof
    Mar 26 at 8:49







1




1





Try 2019.1 RC from jetbrains.com/idea/nextversion The related issue (youtrack.jetbrains.com/issue/IDEA-187917) has been fixed there. See also stackoverflow.com/questions/54036569 as a duplicate.

– Andrey
Mar 23 at 9:01





Try 2019.1 RC from jetbrains.com/idea/nextversion The related issue (youtrack.jetbrains.com/issue/IDEA-187917) has been fixed there. See also stackoverflow.com/questions/54036569 as a duplicate.

– Andrey
Mar 23 at 9:01













Great - thanks. Wonder why that post was so hard to find.... :)

– Hoof
Mar 25 at 7:59






Great - thanks. Wonder why that post was so hard to find.... :)

– Hoof
Mar 25 at 7:59














I can confirm that upgrading to 2019.1 RC fixes the issue!

– Hoof
Mar 26 at 8:49





I can confirm that upgrading to 2019.1 RC fixes the issue!

– Hoof
Mar 26 at 8:49












1 Answer
1






active

oldest

votes


















0














Andrey said in the comments:




Try 2019.1 RC from jetbrains.com/idea/nextversion The related issue (youtrack.jetbrains.com/issue/IDEA-187917) has been fixed there. See also stackoverflow.com/questions/54036569 as a duplicate.




Which fixes the issue.






share|improve this answer

























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55300018%2fintellij-module-structure-after-gradle-import%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Andrey said in the comments:




    Try 2019.1 RC from jetbrains.com/idea/nextversion The related issue (youtrack.jetbrains.com/issue/IDEA-187917) has been fixed there. See also stackoverflow.com/questions/54036569 as a duplicate.




    Which fixes the issue.






    share|improve this answer





























      0














      Andrey said in the comments:




      Try 2019.1 RC from jetbrains.com/idea/nextversion The related issue (youtrack.jetbrains.com/issue/IDEA-187917) has been fixed there. See also stackoverflow.com/questions/54036569 as a duplicate.




      Which fixes the issue.






      share|improve this answer



























        0












        0








        0







        Andrey said in the comments:




        Try 2019.1 RC from jetbrains.com/idea/nextversion The related issue (youtrack.jetbrains.com/issue/IDEA-187917) has been fixed there. See also stackoverflow.com/questions/54036569 as a duplicate.




        Which fixes the issue.






        share|improve this answer















        Andrey said in the comments:




        Try 2019.1 RC from jetbrains.com/idea/nextversion The related issue (youtrack.jetbrains.com/issue/IDEA-187917) has been fixed there. See also stackoverflow.com/questions/54036569 as a duplicate.




        Which fixes the issue.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 26 at 9:25









        Wai Ha Lee

        6,180124166




        6,180124166










        answered Mar 26 at 8:53









        HoofHoof

        75521035




        75521035





























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55300018%2fintellij-module-structure-after-gradle-import%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript