Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for CppComponent (0.27 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppLibraryPublishingIntegrationTest.groovy

                    version = '1.2'
                    publishing {
                        repositories { maven { url '${mavenRepo.uri}' } }
                    }
    
                    components.withType(CppComponent) {
                        targetMachines = [machines.windows.architecture('${currentArchitecture}'), machines.linux.architecture('${currentArchitecture}'), machines.macOS.architecture('${currentArchitecture}')]
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 12:57:50 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    ==== Changes to specifying operating system for native projects
    
    The incubating `operatingSystems` property on native components has been replaced with the link:{javadocPath}/org/gradle/language/cpp/CppComponent.html#getTargetMachines()[targetMachines] property.
    
    ==== Changes for archive tasks (`Zip`, `Jar`, `War`, `Ear`, `Tar`)
    
    ===== Change in behavior for tasks extending `AbstractArchiveTask`
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
Back to top