Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for HasConvention (0.14 sec)

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

    import org.gradle.api.internal.DynamicObjectAware;
    import org.gradle.api.internal.GeneratedSubclass;
    import org.gradle.api.internal.GeneratedSubclasses;
    import org.gradle.api.internal.HasConvention;
    import org.gradle.api.internal.IConventionAware;
    import org.gradle.api.internal.plugins.DslObject;
    import org.gradle.api.internal.provider.DefaultProviderFactory;
    import org.gradle.api.model.ObjectFactory;
    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. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    To reflect this in the Gradle API, the following elements are now deprecated:
    
    - link:{javadocPath}/org/gradle/api/Project.html#getConvention--[org.gradle.api.Project.getConvention()]
    - `org.gradle.api.internal.HasConvention` (deprecated)
    
    The internal usages of conventions have been also cleaned up (see the deprecated items below).
    
    Plugin authors migrate to extensions if they replicate the changes we've done internally.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    - link:{javadocPath}/org/gradle/api/Project.html#getConvention--[org.gradle.api.Project.getConvention()]
    - link:{javadocPath}/org/gradle/api/plugins/Convention.html[org.gradle.api.plugins.Convention]
    - `org.gradle.api.internal.HasConvention`
    
    Gradle Core plugins still register their conventions in addition to their extensions for backwards compatibility.
    
    It is deprecated to access any of these conventions and their properties.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
Back to top