Cleaned up alternate example class template

This commit is contained in:
Erik C. Thauvin 2024-07-11 09:25:35 -07:00
parent c4f143ae02
commit e8a12857b8
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 32 additions and 19 deletions

View file

@ -45,8 +45,8 @@ public class SampleBuild extends Project {
public void genver() throws Exception {
new GeneratedVersionOperation()
.fromProject(this)
// .projectName("My App")
// .classTemplate("myversion.txt")
.projectName("My App")
.classTemplate("my_app_version.txt")
.execute();
}
}