Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for archivesBaseName (0.19 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/project/DefaultProjectTest.groovy

            given:
            String propertyName = 'archivesBaseName'
            String expectedValue = 'somename'
    
            when:
            project.ext.archivesBaseName = expectedValue
            project.convention.plugins.test = new TestConvention()
            project.convention.archivesBaseName = 'someothername'
            project."$propertyName" = expectedValue
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/JavaToolchainBuildOperationsIntegrationTest.groovy

                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: Tue Jun 04 06:42:07 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/structuring/composite_builds.adoc

    Many builds will function automatically as an included build, without declared substitutions.
    Here are some common cases where declared substitutions are required:
    
    * When the `archivesBaseName` property is used to set the name of the published artifact.
    * When a configuration other than `default` is published.
    * When the `MavenPom.addFilter()` is used to publish artifacts that don't match the project name.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 31 02:23:19 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top