Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 509 for replaceable (0.25 sec)

  1. platforms/documentation/docs/src/docs/dsl/org.gradle.testing.jacoco.tasks.JacocoMerge.xml

                <tr>
                    <td>executionData</td>
                    <td/>
                </tr>
                <tr>
                    <td>destinationFile</td>
                    <td><filename><replaceable>buildDir</replaceable>/jacoco/<replaceable>task.name</replaceable>.exec</filename></td>
                </tr>
            </table>
        </section>
        <section>
            <title>Methods</title>
            <table>
                <thead>
                    <tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/dsl/org.gradle.plugins.ide.eclipse.GenerateEclipseWtpFacet.xml

                    <td>facet</td>
                    <td><literal>project.eclipse.wtp.facet</literal></td>
                </tr>
                <tr>
                    <td>outputFile</td>
                    <td><filename><replaceable>${project.projectDir}</replaceable>/.settings/org.eclipse.wst.common.project.facet.core.xml</filename></td>
                </tr>
            </table>
        </section>
        <section>
            <title>Methods</title>
            <table>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 907 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/dsl/org.gradle.language.scala.tasks.AbstractScalaCompile.xml

                </tr>
                <tr>
                    <td>scalaCompileOptions</td>
                    <td/>
                </tr>
                <tr>
                    <td>source</td>
                    <td><literal><replaceable>sourceSet</replaceable>.scala</literal></td>
                </tr>
                <tr>
                    <td>javaLauncher</td>
                    <td><literal>java.toolchain</literal></td>
                </tr>
            </table>
        </section>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/dsl/org.gradle.api.tasks.testing.AbstractTestTask.xml

                        <td>Default</td>
                    </tr>
                </thead>
                <tr>
                    <td>binaryResultsDirectory</td>
                    <td><literal><replaceable>project.testResultsDir</replaceable>/binary/<replaceable>task.name</replaceable></literal></td>
                </tr>
                <tr>
                    <td>ignoreFailures</td>
                    <td/>
                </tr>
                <tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/dsl/org.gradle.api.tasks.compile.GroovyCompile.xml

                </tr>
                <tr>
                    <td>options</td>
                    <td/>
                </tr>
                <tr>
                    <td>source</td>
                    <td><literal><replaceable>sourceSet</replaceable>.groovy</literal></td>
                </tr>
                <tr>
                    <td>groovyClasspath</td>
                    <td>Groovy library found on <literal>classpath</literal></td>
                </tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/dsl/org.gradle.plugins.ide.eclipse.model.EclipseClasspath.xml

                <tr>
                    <td>containers</td>
                    <td>[JRE container]</td>
                </tr>
                <tr>
                    <td>defaultOutputDir</td>
                    <td><filename><replaceable>${project.projectDir}</replaceable>/bin/default</filename></td>
                </tr>
                <tr>
                    <td>downloadSources</td>
                    <td><literal>true</literal></td>
                </tr>
                <tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/dsl/org.gradle.api.plugins.quality.CodeNarc.xml

                    <td>ignoreFailures</td>
                    <td><literal>project.codenarc.ignoreFailures</literal></td>
                </tr>
                <tr>
                    <td>source</td>
                    <td><literal><replaceable>sourceSet</replaceable>.allGroovy</literal></td>
                </tr>
                <tr>
                    <td>codenarcClasspath</td>
                    <td><literal>project.configurations.codenarc</literal></td>
                </tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/dsl/org.gradle.api.tasks.javadoc.Javadoc.xml

                        <td>Default with <literal>java</literal> plugin</td>
                    </tr>
                </thead>
                <tr>
                    <td>destinationDir</td>
                    <td><literal><replaceable>${project.docsDir}</replaceable>/javadoc</literal></td>
                </tr>
                <tr>
                    <td>maxMemory</td>
                    <td><literal>null</literal></td>
                </tr>
                <tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/dsl/org.gradle.api.tasks.javadoc.Groovydoc.xml

                        <td>Default with <literal>groovy</literal> plugin</td>
                    </tr>
                </thead>
                <tr>
                    <td>destinationDir</td>
                    <td><literal><replaceable>${project.docsDir}</replaceable>/groovydoc</literal></td>
                </tr>
                <tr>
                    <td>groovyClasspath</td>
                    <td><literal>project.configurations.groovy</literal></td>
                </tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/dsl/org.gradle.api.plugins.quality.PmdExtension.xml

                    <td>toolVersion</td>
                    <td><literal>6.15.0</literal></td>
                </tr>
                <tr>
                    <td>reportsDir</td>
                    <td><literal><replaceable>${project.reporting.baseDir}</replaceable>/pmd</literal></td>
                </tr>
                <tr>
                    <td>ruleSets</td>
                    <td><literal>["category/java/errorprone.xml"]</literal></td>
                </tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.1K bytes
    - Viewed (0)
Back to top