Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildType1StaticLibrary (0.18 sec)

  1. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/internal/configure/NativeComponentRulesTest.groovy

            1 * platforms.resolve(NativePlatform, requirement("platform1")) >> platform
            createdBinaries == ([
                "buildType1SharedLibrary",
                "buildType1StaticLibrary",
                "buildType2SharedLibrary",
                "buildType2StaticLibrary",
            ] as SortedSet)
        }
    
        def "includes flavor in name for when multiple flavors"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6.8K bytes
    - Viewed (0)
Back to top