Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for signGradleDistributionPublication (0.33 sec)

  1. build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-public-libraries.gradle.kts

                dependsOn("signLocalPublication")
            }
            tasks.named("publishLocalPublicationToLocalRepository") {
                dependsOn("signGradleDistributionPublication")
            }
        }
    }
    
    /**
     * Tasks that are called by the (currently separate) promotion build running on CI.
     */
    tasks.register("promotionBuild") {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Oct 30 16:56:31 UTC 2025
    - 5.7K bytes
    - Viewed (0)
Back to top