aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-full
diff options
context:
space:
mode:
Diffstat (limited to 'poi-ooxml-full')
-rw-r--r--poi-ooxml-full/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle
index 4a29e38d3f..28d59caf15 100644
--- a/poi-ooxml-full/build.gradle
+++ b/poi-ooxml-full/build.gradle
@@ -141,7 +141,7 @@ task sourceJar(type: Jar) {
}
jar {
- dependsOn 'sourceJar', cyclonedxBom
+ dependsOn 'sourceJar'
if (jdkVersion == 8) {
into('META-INF/versions/9') {