Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setPublicationSourcePath (0.15 sec)

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

            return publicationSourcePath;
        }
    
        /**
         * Sets the source artifact of the project publication
         *
         * @see #getPublication()
         * @since 5.6
         */
        public void setPublicationSourcePath(FileReference publicationSourcePath) {
            this.publicationSourcePath = publicationSourcePath;
        }
    
        /**
         * Returns the javadoc artifact of the project publication
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 5.2K bytes
    - Viewed (0)
Back to top