aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-02-22 20:08:44 +0000
committerPJ Fanning <fanningpj@apache.org>2023-02-22 20:08:44 +0000
commit729e012804f92f4db5f1d3e14eca62982f39d298 (patch)
treecca68595967b701376ed070fef58d280417e2e2d /poi-excelant
parent41f87333cfba03f5b25554ae0c7e78fc82a3710d (diff)
downloadpoi-729e012804f92f4db5f1d3e14eca62982f39d298.tar.gz
poi-729e012804f92f4db5f1d3e14eca62982f39d298.zip
try to fix gradle issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907808 13f79535-47bb-0310-9956-ffa450edef68
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'