Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findOrCreateOutputDir (0.19 sec)

  1. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/idea/model/Module.java

                setNodeAttribute(getNewModuleRootManager(), "LANGUAGE_LEVEL", languageLevel);
            }
        }
    
        private void addOutputDirsToXml() {
            if (outputDir != null) {
                setNodeAttribute(findOrCreateOutputDir(), "url", outputDir.getUrl());
            }
            if (testOutputDir != null) {
                setNodeAttribute(findOrCreateTestOutputDir(), "url", testOutputDir.getUrl());
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 21.2K bytes
    - Viewed (0)
Back to top