Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNonDefaultLocale (0.34 sec)

  1. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/BuildEnvironmentIntegrationTest.groovy

        @Requires(IntegTestPreconditions.NotEmbeddedExecutor)
        def "locale props given on the command line are respected"() {
            given:
            def nonDefaultLocale = getNonDefaultLocale()
            executer.withArguments("-Duser.language=$nonDefaultLocale.language", "-Duser.country=$nonDefaultLocale.country")
    
            and:
            buildFile.setText("""
    task check {
        doLast {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 7.6K bytes
    - Viewed (0)
Back to top