diff --git a/build.xml b/build.xml index 339592729e..5c6c07b7e0 100644 --- a/build.xml +++ b/build.xml @@ -1563,7 +1563,6 @@ under the License. - diff --git a/poi/build.gradle b/poi/build.gradle index a69312b99e..2c6c7c542f 100644 --- a/poi/build.gradle +++ b/poi/build.gradle @@ -69,7 +69,6 @@ task generateVersionJava() { String content = fileIn.text content = content.replace("@VERSION@", version) - content = content.replace("@DSTAMP@", new Date().format('yyyyMMdd')) fileOut.write content }