artifactLicenseSpdxId

@get:Input
open val artifactLicenseSpdxId: Property<String>

The generated license file is potentially a collection of multiple license texts. To avoid ambiguous license detection by license-detection-tools, an SPDX license identifier header (SPDX-License-Identifier:) is added at the beginning of the generated file if the value of this property is present and not empty. Defaults to Apache-2.0.