Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printRuntimeClasspath (0.21 sec)

  1. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishExternalVariantIntegrationTest.groovy

            then:
            result.firstLevelDependencies == ["org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:jar:1.7.2"]
    
            when:
            succeeds "printRuntimeClasspath"
    
            then:
            readClasspath() == result.artifactFileNames
        }
    
        def "publishes resolved non-jvm coordinates for multi-coordinate external module dependency"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 22:25:49 UTC 2023
    - 37.1K bytes
    - Viewed (0)
Back to top