Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for myExtension (0.11 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/implementing_gradle_plugins_binary.adoc

    include::sample[dir="snippets/plugins/mappingExtensions/groovy",files="app/build.gradle[tags=snippet]"]
    ====
    
    In this example, the `MyExtension` class defines an `inputParameter` property that can be set in the build script.
    The `MyPlugin` class configures this extension and uses its `inputParameter` value to configure the `MyCustomTask` task.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 29 02:31:44 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  2. platforms/software/build-init/src/test/groovy/org/gradle/buildinit/plugins/internal/VersionCatalogDependencyRegistryTest.groovy

            "versions:b" | "libs.myversions.b"
            "versions-b:b" | "libs.myversions.b.b"
            "plugins:c" | "libs.myplugins.c"
            "plugins-c:c" | "libs.myplugins.c.c"
            "some:extensions" | "libs.some.myextensions"
            "another:class" | "libs.another.myclass"
            "the:convention" | "libs.the.myconvention"
            "some.class.embedded:d" | "libs.some.myclass.embedded.d"
            "Capitalized:Library" | "libs.capitalized.library"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 18 14:16:33 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top