Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for archiveAppendix (0.14 sec)

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

    ====
    
    See link:{groovyDslPath}/org.gradle.api.tasks.bundling.Jar.html[Jar] for more details on the configuration options available to you.
    And note that you need to use `archiveClassifier` rather than `archiveAppendix` here for correct publication of the JAR.
    
    You can use one of the publishing plugins to publish the JARs created by a Java project:
    
     * <<publishing_maven.adoc#publishing_maven,Maven Publish Plugin>>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    The deprecated `appendix`, `archiveName`, `archivePath`, `baseName`, `classifier`, `destinationDir`, `extension` and `version` properties of the `AbstractArchiveTask` task type have been removed.
    Use the `archiveAppendix`, `archiveFileName` , `archiveFile`, `archiveBaseName`, `archiveClassifier`, `destinationDirectory`, `archiveExtension` and `archiveVersion` properties instead.
    
    ==== IdeaModule API Cleanup
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top