Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getPublicationSourcePath (0.2 sec)

  1. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/ProjectDependency.java

        }
    
        /**
         * Returns the source artifact of the project publication
         *
         * @see #getPublication()
         * @since 5.6
         */
        public FileReference getPublicationSourcePath() {
            return publicationSourcePath;
        }
    
        /**
         * Sets the source artifact of the project publication
         *
         * @see #getPublication()
         * @since 5.6
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  2. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/internal/tooling/EclipseModelBuilder.java

                    boolean isProjectOpen = projectOpenStatus.getOrDefault(path, true);
                    if (!isProjectOpen) {
                        final File source = projectDependency.getPublicationSourcePath() == null ? null : projectDependency.getPublicationSourcePath().getFile();
                        final File javadoc = projectDependency.getPublicationJavadocPath() == null ? null : projectDependency.getPublicationJavadocPath().getFile();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 09:45:59 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.plugins.ide.eclipse.model.ProjectDependency.getPublicationSourcePath()> does not have raw return type assignable to org.gradle.api.provider.Property in (ProjectDependency.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