Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getInheritOutputDirs (0.13 sec)

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

         * otherwise, they will be set to the directories specified by {@link #getOutputDir()} and {@link #getTestOutputDir()}.
         * <p>
         * For example see docs for {@link IdeaModule}
         */
        public Boolean getInheritOutputDirs() {
            return inheritOutputDirs;
        }
    
        public void setInheritOutputDirs(Boolean inheritOutputDirs) {
            this.inheritOutputDirs = inheritOutputDirs;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 09:58:16 UTC 2024
    - 22.9K bytes
    - Viewed (0)
Back to top