Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PropertyValue (0.1 sec)

  1. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

                ExpressionValue propertyValue = expression.propertyValue;
                if (expression.assignOperator) {
                    if (propertyValue.isBooleanType()) {
                        return booleanPropertyNameFor(propertyName) + " = " + propertyValue.with(this);
                    }
                    return propertyName + " = " + propertyValue.with(this);
                } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
Back to top