diff options
Diffstat (limited to 'poi-excelant')
-rw-r--r-- | poi-excelant/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index 2a4f7a9ae6..3d72c8dcbd 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -121,7 +121,7 @@ task cacheTest9(type: Copy) { } jar { - dependsOn cacheJava9 + dependsOn cacheJava9, cyclonedxBom destinationDirectory = file("../build/dist/maven/${project.archivesBaseName}") |