Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for publishLocalPublicationToLocalRepository (0.16 sec)

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

            enabled = false // this should not be used so we disable it to avoid confusion when using 'publish' lifecycle task
        }
        val localPublish = project.tasks.named("publishLocalPublicationToLocalRepository") {
            doFirst {
                val moduleBaseDir = localRepository.get().dir("org/gradle/${baseName.get()}").asFile
                if (moduleBaseDir.exists()) {
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Sep 19 13:21:47 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top