Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withProperties (0.24 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratorTest.java

                prop2.set("[" + value + "]");
            }
    
            public Property<String> getaProp() {
                return aProp;
            }
        }
    
        public interface WithProperties {
            Number getNumber();
        }
    
        public static abstract class AbstractWithProperties<T> {
            abstract Object getProp();
    
            abstract T getTypedProp();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 74.6K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.plugins.ide.api.PropertiesFileContentMerger.withProperties(groovy.lang.Closure)> has arguments/return type groovy.lang.Closure that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (PropertiesFileContentMerger.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
Back to top