Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GRADLE_INTERNAL_REPO_URL (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

     */
    
    import gradlebuild.basics.gradleProperty
    import gradlebuild.identity.extension.GradleModuleExtension
    
    plugins {
        id("publishing")
    }
    
    val artifactoryUrl
        get() = System.getenv("GRADLE_INTERNAL_REPO_URL") ?: ""
    
    val artifactoryUserName
        get() = project.providers.gradleProperty("artifactoryUserName").orNull
    
    val artifactoryUserPassword
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Jul 17 16:12:44 GMT 2025
    - 3.4K bytes
    - Click Count (0)
Back to Top