Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for archivesBaseName (0.16 sec)

  1. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishMultiProjectIntegTest.groovy

            when:
            succeeds "publish"
    
            then:
            project1.assertApiDependencies("org.gradle.test:project2:2.0", "custom:custom3:456")
        }
    
        def "ivy-publish plugin does not take archivesBaseName into account"() {
            createBuildScripts("""
    project(":project2") {
        base {
            archivesName = "changed"
        }
    }
            """)
    
            when:
            run "publish"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 8.9K 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