Closed casid closed 2 years ago
I was able to reproduce #1 locally. Somehow the generated Java template could not access the JteTestPage data class located within TestTemplates.kt.
I migrated JteTestPage to a plain old Java class, which locally did the trick.
Let's see if this fixes it on your CI, too.
If all goes well, I can bump to jte 2.1.1 if you like :-)
2.1.1
Thanks @casid! A 2x bump would be great too :)
I was able to reproduce #1 locally. Somehow the generated Java template could not access the JteTestPage data class located within TestTemplates.kt.
I migrated JteTestPage to a plain old Java class, which locally did the trick.
Let's see if this fixes it on your CI, too.
If all goes well, I can bump to jte
2.1.1
if you like :-)