Fixed projectName setter
This commit is contained in:
parent
2fa5864c21
commit
eef391e90c
4 changed files with 7 additions and 17 deletions
|
@ -39,6 +39,7 @@ public class SampleBuild extends Project {
|
|||
public void genver() throws Exception {
|
||||
new GeneratedVersionOperation()
|
||||
.fromProject(this)
|
||||
// .projectName("My App")
|
||||
// .classTemplate(new File(workDirectory, "myversion.txt"))
|
||||
.execute();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue