Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for createRootProject (0.18 sec)

  1. platforms/software/ivy/src/test/groovy/org/gradle/api/publish/ivy/internal/artifact/IvyArtifactNotationParserFactoryTest.groovy

            ivyArtifact.buildDependencies.getDependencies(task) == dependencies
        }
    
        def "creates IvyArtifact for ArchivePublishArtifact"() {
            when:
            def rootProject = TestUtil.createRootProject(temporaryFolder.testDirectory)
            def archive = rootProject.task('foo', type: Zip, {})
            archive.archiveBaseName.set("base-name")
            archive.archiveExtension.set('extension')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  2. platforms/software/maven/src/test/groovy/org/gradle/api/publish/maven/internal/publication/DefaultMavenPublicationTest.groovy

                it.add(AttributeDesugaring, new AttributeDesugaring(AttributeTestUtil.attributesFactory()))
                it.add(DefaultDependencyCoordinateResolverFactory)
                it.add(Project, TestUtil.createRootProject(testDirectoryProvider.testDirectory))
            }.get(ObjectFactory)
    
            def versionMappingStrategy = Mock(VersionMappingStrategyInternal) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 19 01:33:41 UTC 2023
    - 24.8K bytes
    - Viewed (0)
Back to top