Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for myPublicationName (0.14 sec)

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

         * <pre class='autoTested'>
         * plugins {
         *     id 'maven-publish'
         * }
         *
         * publishing {
         *   publications {
         *     myPublicationName(MavenPublication) {
         *       // Configure the publication here
         *     }
         *   }
         * }
         * </pre>
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 4.1K bytes
    - Viewed (0)
Back to top