aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
Diffstat (limited to 'poi-excelant')
-rw-r--r--poi-excelant/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle
index 0c0bb935d4..d61d41267b 100644
--- a/poi-excelant/build.gradle
+++ b/poi-excelant/build.gradle
@@ -121,7 +121,7 @@ sourcesJar {
task testJar(type: Jar, dependsOn: [ testClasses, compileTest9 ] ) {
destinationDirectory = file("../build/dist/maven/${project.archivesBaseName}-tests")
- classifier 'tests'
+ setArchiveClassifier 'tests'
// ignore second module-info.class from main
duplicatesStrategy = 'exclude'