Skip to content

Commit

Permalink
change param name
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912589 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Sep 29, 2023
1 parent 6c91c5f commit 8e20b5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (project.hasProperty('enableSonar')) {
}

boolean isCIBuild = false
String date = new Date().format('yyyyMMdd')
String dateSuffix = new Date().format('yyyyMMdd')

// For help converting an Ant build to a Gradle build, see
// https://docs.gradle.org/current/userguide/ant.html
Expand Down Expand Up @@ -813,8 +813,8 @@ var srcDep = [
':poi-ooxml-lite:generateModuleInfo'
]

srcDistTar.setArchiveFileName("poi-src-${subprojects[0].version}-${date}.tgz")
srcDistZip.setArchiveFileName("poi-src-${subprojects[0].version}-${date}.zip")
srcDistTar.setArchiveFileName("poi-src-${subprojects[0].version}-${dateSuffix}.tgz")
srcDistZip.setArchiveFileName("poi-src-${subprojects[0].version}-${dateSuffix}.zip")
srcDistTar.dependsOn srcDep
srcDistZip.dependsOn srcDep
soLinkCheck.dependsOn srcDep
Expand Down

0 comments on commit 8e20b5e

Please sign in to comment.