Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for schemaFor (0.14 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         *   schema
         * }
         *
         * task schemaJar(type: Jar) {
         *   //some imaginary task that creates a jar artifact with the schema
         * }
         *
         * //associating the task that produces the artifact with the configuration
         * artifacts {
         *   //configuration name and the task:
         *   schema schemaJar
         * }
         * </pre>
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
Back to top