Cleaned up alternate example class template
This commit is contained in:
parent
c4f143ae02
commit
e8a12857b8
3 changed files with 32 additions and 19 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue