Improved version template search path
This commit is contained in:
parent
c1c5433472
commit
7c07ad464b
3 changed files with 13 additions and 9 deletions
|
@ -66,7 +66,7 @@ public void genver() throws Exception {
|
|||
.projectName("My App")
|
||||
.packageName("com.example.myapp")
|
||||
.className("MyAppVersion")
|
||||
.classTemplate(new File(workDirectory, "myversion.txt"))
|
||||
.classTemplate("myversion.txt")
|
||||
.execute();
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue