Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setOldProperty (0.18 sec)

  1. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/AbstractPluginValidationIntegrationSpec.groovy

                    @Input
                    @ReplacedBy("newProperty")
                    public String getOldProperty() {
                        return newProperty.get();
                    }
    
                    public void setOldProperty(String oldProperty) {
                        newProperty.set(oldProperty);
                    }
    
                    @Input
                    public Property<String> getNewProperty() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 40.7K bytes
    - Viewed (0)
Back to top