Expose build variable for copyright year for documentation usage.

Closes #2104
This commit is contained in:
Mark Paluch
2023-09-11 08:55:16 +02:00
parent 86a9cc8239
commit bef16602d0

View File

@@ -303,6 +303,9 @@
<replaceregex pattern="([\d]+\.[\d]+\.[\d]+)(.*)" replace="\1"/>
</filterchain>
</loadresource>
<tstamp>
<format property="current.year" pattern="yyyy"/>
</tstamp>
</target>
<exportAntProperties>true</exportAntProperties>
</configuration>