Cleaned up template builder and related tests

This commit is contained in:
Erik C. Thauvin 2024-07-04 20:35:28 -07:00
parent 81212468fd
commit c4f143ae02
Signed by: erik
GPG key ID: 776702A6A2DA330E
5 changed files with 12 additions and 8 deletions

View file

@ -66,12 +66,12 @@ public void genver() throws Exception {
.projectName("My App")
.packageName("com.example.myapp")
.className("MyAppVersion")
.classTemplate("myversion.txt")
.classTemplate("my_app_version.txt")
.execute();
}
```
```java
// myversion.txt
// my_app_version.txt
package {{v packageName/}};