gonozalviii
gonozalviii
I had a similar idea, modifiy the jar task to include the index, but that does bring the drawback you mentioned. Modifying the processResources task doesn't work because it runs...
Would adding the "build/jandex/jandexMain" dir as a resource dir to the source set solve the testing issue?
Are you sure about that? I don't think `compileJava` does anything with the resources.
I have turned off the `processJandexIndex` task and modified the `jar` task. This works fine for my use case.
Here we go https://github.com/samskivert/jmustache/pull/142