Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getContentPath (0.11 sec)

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

        }
    
        /**
         * The directory for the content root of the module.
         * Defaults to the project directory.
         * If null, the directory containing the output file will be used.
         */
        public Path getContentPath() {
            return contentPath;
        }
    
        public void setContentPath(Path contentPath) {
            this.contentPath = contentPath;
        }
    
        /**
         * The directories containing the production sources.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.plugins.ide.idea.model.Jdk.isJdk15()> does not have raw return type assignable to org.gradle.api.provider.Property in (Jdk.java:0)
    Method <org.gradle.plugins.ide.idea.model.Module.getContentPath()> does not have raw return type assignable to org.gradle.api.provider.Property in (Module.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
Back to top