Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for unwrapping (0.37 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    include::sample[dir="snippets/files/archivesWithJavaPlugin/groovy",files="build.gradle[tags=create-uber-jar-example]"]
    ====
    
    In this case, we're taking the runtime dependencies of the project — `configurations.runtimeClasspath.files` — and wrapping each of the JAR files with the `zipTree()` method.
    The result is a collection of ZIP file trees, the contents of which are copied into the uber JAR alongside the application classes.
    
    [[sec:creating_directories_example]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
Back to top