Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for archivesBaseName (0.14 sec)

  1. platforms/documentation/docs/src/docs/userguide/core-plugins/base_plugin.adoc

    `archiveVersion`::
    Defaults to `$project.version` or 'unspecified' if the project has no version.
    
    `archiveBaseName`::
    Defaults to `$archivesBaseName`.
    
    [[sec:base_plugin_conventions]]
    == Conventions (deprecated)
    
    The Base Plugin also adds conventions related to the creation of archives, such as ZIPs, TARs and JARs.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/plugins/dsl/KotlinDslPluginGradlePluginCrossVersionSmokeTest.kt

                if (GradleContextualExecuter.isConfigCache()) {
                    executer.expectDocumentedDeprecationWarning(
                        "The BasePluginExtension.archivesBaseName property has been deprecated. " +
                            "This is scheduled to be removed in Gradle 9.0. " +
                            "Please use the archivesName property instead. " +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 09:39:25 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top