Cleaned up examples
This commit is contained in:
parent
fb75d12740
commit
accf0d638a
3 changed files with 5 additions and 5 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue