Tried with JTE but it requires access to the classpath to author templates.

This commit is contained in:
Johan Maasing 2025-03-30 21:01:42 +02:00
parent 66434a6bc1
commit 8057928548
4 changed files with 66 additions and 10 deletions

View file

@ -23,6 +23,11 @@
<artifactId>picocli</artifactId>
<version>4.7.6</version>
</dependency>
<dependency>
<groupId>gg.jte</groupId>
<artifactId>jte</artifactId>
<version>3.2.0</version>
</dependency>
</dependencies>
<build>
<plugins>