Skip to content

Commit

Permalink
Simplify SBOM config (#401)
Browse files Browse the repository at this point in the history
- Removes unnecessary logic that determines the type of the artifact

{patch}

Signed-off-by: Esta Nagy <nagyesta@gmail.com>
  • Loading branch information
nagyesta authored May 5, 2024
1 parent e736676 commit 3508282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ cyclonedxBom {
includeConfigs = ["runtimeClasspath"]
skipConfigs = ["compileClasspath", "testCompileClasspath"]
skipProjects = []
projectType = project.name == "lowkey-vault-app" ? "application" : "library"
projectType = "library"
schemaVersion = "1.5"
destination = file("build/reports")
outputName = "bom"
Expand Down

0 comments on commit 3508282

Please sign in to comment.