Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getOtherArchives (0.17 sec)

  1. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/MavenPomMailingList.java

         */
        Property<String> getArchive();
    
        /**
         * The alternate URLs where you can browse the archive of this mailing list.
         */
        SetProperty<String> getOtherArchives();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  2. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/internal/publication/DefaultMavenPomMailingList.java

        public Property<String> getPost() {
            return post;
        }
    
        @Override
        public Property<String> getArchive() {
            return archive;
        }
    
        @Override
        public SetProperty<String> getOtherArchives() {
            return otherArchives;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 2.2K bytes
    - Viewed (0)
Back to top