Edward Harman
Edward Harman
Yes I can do that.
I think I can get started - have just been enjoying the holidays recently ;)
Hi @checketts, I'm the author of jte-models. I'm kinda busy but I will try to get back to you at the weekend.
jte-models can generate models for plain text templates. It uses the `contentType` specified on the `jte { }` block in Gradle. This does make it difficult to use both HTML...
Sorry for the delay in responding, by the way.
It would not be too hard to make your imagined configuration work, but it would require some code changes.
The JTE Gradle plugin currently makes some assumptions that will prevent you configuring a separate task with different settings. It would be good to fix, but I don't have time...
@sysmat [This test case](https://github.com/casid/jte/tree/main/test/jte-runtime-cp-test-models) in JTE, uses jte-models with Maven. Can you look at that as an example? (I'm a Gradle user: my Maven knowledge is limited.)
https://github.com/casid/jte/pull/450 is related in a minor way - allows naming the templates interface.
@sysmat thanks, that makes sense. Can you make a PR to fix the documentation?