Skip to content

Proposal for subproject configuration #10

Description

@loosebazooka

Instead of configuring subproject via the wacky taskExtension (which maybe should be limited to use only for mapping maven deps). We have a companion plugin to org.spdx.sbom called org.spdx.sbom-package that can be applied to sub projects to configure their properties.

subproject/build.gradle.kts

plugins {
  ...
  id("org.spdx.sbom-package")
}

spdxPackage {
  name.set(...)
  version.set(...)
  supplier/creator... whatever
  scm {
     ...
   }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions