Class GenerateModuleMetadata

    • Constructor Detail

      • GenerateModuleMetadata

        public GenerateModuleMetadata()
    • Method Detail

      • getPublications

        @Internal
        public ListProperty<Publication> getPublications()
        Returns the publications of the current project, used in generation to connect the modules of a component together.
        Since:
        4.4
      • getFileCollectionFactory

        @Inject
        protected org.gradle.api.internal.file.FileCollectionFactory getFileCollectionFactory()
        Returns the FileCollectionFactory to use for generation.
        Since:
        4.4
      • getBuildInvocationScopeId

        @Inject
        protected org.gradle.internal.scopeids.id.BuildInvocationScopeId getBuildInvocationScopeId()
        Returns the BuildInvocationScopeId to use for generation.
        Since:
        4.4
      • getProjectDependencyPublicationResolver

        @Inject
        protected org.gradle.api.internal.artifacts.ivyservice.projectmodule.ProjectDependencyPublicationResolver getProjectDependencyPublicationResolver()
        Returns the ProjectDependencyPublicationResolver to use for generation.
        Since:
        4.4
      • getChecksumService

        @Inject
        protected org.gradle.internal.hash.ChecksumService getChecksumService()
        Returns the ChecksumService to use.
        Since:
        6.6
      • getSuppressedValidationErrors

        @Input
        public SetProperty<java.lang.String> getSuppressedValidationErrors()
        Returns the set of suppressed validation errors
        Since:
        7.0