From 963d0968c20890e17845d9829f79bce973b6e3aa Mon Sep 17 00:00:00 2001 From: Ingmar Steiner Date: Thu, 29 Aug 2024 06:24:52 +0200 Subject: [PATCH] Apply, configure CycloneDX plugin --- build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build.gradle b/build.gradle index 5311651..02bc37b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,12 @@ plugins { id 'application' + id 'org.cyclonedx.bom' version '1.10.0' +} + +cyclonedxBom { + includeConfigs = ["runtimeClasspath"] + includeLicenseText = false + outputFormat = "json" } group 'com.example'