Skip to content

Commit

Permalink
still testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Jul 11, 2024
1 parent d5f4513 commit 298836e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/src/bld/java/com/example/SampleBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public void compile() throws Exception {
public void genver() throws Exception {
new GeneratedVersionOperation()
.fromProject(this)
.projectName("My App")
.classTemplate("my_app_version.txt")
// .projectName("My App")
// .classTemplate("my_app_version.txt")
.execute();
}
}

0 comments on commit 298836e

Please sign in to comment.