Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for processResource (0.33 sec)

  1. platforms/documentation/docs/src/docs/userguide/jvm/java_library_plugin.adoc

    A feature of the `java-library` plugin is that projects which consume the library only require the classes folder for compilation, instead of the full JAR.
    This enables lighter inter-project dependencies as resources processing (`processResources` task) and archive construction (`jar` task) are no longer executed when only Java code compilation is performed during development.
    
    NOTE: The usage or not of the classes output instead of the JAR is a _consumer_ decision.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/dsl/dsl.xml

                </tr>
                <tr>
                    <td>org.gradle.api.plugins.quality.Pmd</td>
                </tr>
                <tr>
                    <td>org.gradle.language.jvm.tasks.ProcessResources</td>
                </tr>
                <tr>
                    <td>org.gradle.api.publish.ivy.tasks.PublishToIvyRepository</td>
                </tr>
                <tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (2)
Back to top