diff options
Diffstat (limited to 'poi-excelant/build.gradle')
-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 aa67f1f13d..bea233d53b 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -117,7 +117,7 @@ task cacheTest9(type: Copy) { } jar { - dependsOn cacheJava9, cyclonedxBom + dependsOn cacheJava9 destinationDirectory = file("../build/dist/maven/${project.archivesBaseName}") |