java2typescript
java2typescript copied to clipboard
Error on process project class using gradle
I'm trying to setup this lib on my project, but when i map a class from my project it gives me class not found exception.
i made this repo with a reproduction of the problem: https://github.com/eloyleonardo/test-d-ts.
If i remove the the line with my custom class all pass.
It looks like the processor doesn't have access to the project classes (classpath), but i can't find any tricks to make this works.
Is this expected ? Or is there any change on gradle to the processor find my class ?
Hi @eloyleonardo
It is not expected behavior. I use maven rather than gradle and I never had such problem. I haven't a great expertise on gradle so currently I haven't answers to your questions
We need to check the gradle processor features to understand if there are some options that solve this problem