Cleaned up examples

This commit is contained in:
Erik C. Thauvin 2024-07-16 16:17:47 -07:00
parent fb75d12740
commit accf0d638a
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 5 additions and 5 deletions

View file

@ -107,6 +107,7 @@ public class PropertyFileExampleBuild extends Project {
.entry(new EntryDate("release").now().pattern("yyyyMMddHHmmss"))
// prepend 'beta.' to the release
.entry(new Entry("release").modify("beta.", (v, s) -> s + v))
.entry(buildDateEntry)
.execute();
}