Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for UnknownImplementation (0.19 sec)

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

            given:
            writeJvmCriteria(JavaVersion.VERSION_17, "amazon", "unknownImplementation")
    
            when:
            fails 'help'
    
            then:
            failureDescriptionContains("Option toolchainImplementation doesn't accept value 'unknownImplementation'. Possible values are [VENDOR_SPECIFIC, J9]")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 13:41:21 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/internal/reflect/validation/ValidationMessageChecker.groovy

            }
        }
    
        static class UnknownImplementation extends ValidationMessageDisplayConfiguration<UnknownImplementation> {
    
            String prefix
            String postfix
            String reason
            String solution
    
            UnknownImplementation(ValidationMessageChecker checker) {
                super(checker)
            }
    
            UnknownImplementation nestedProperty(String propertyName) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 11:49:03 UTC 2024
    - 42.1K bytes
    - Viewed (0)
Back to top