mainly for development collaboration but if you have a user question/issue we'll help or point to open an issue!
-i
useTemplateProperties()
instead of useTemplatePropertiesIfAllowed()
Resolving dependencies...
Hi folks,
How are you doing?!
Is it possible to reference a generated class? https://stackoverflow.com/questions/72795137/first-mvn-compile-fails-to-find-generated-sources
Like:
@SomeAnnotation // creates class Generated
int value;
Then in the same class I use the generated class:
Generated g = ...
I'm able to do it, but I have to run mvn compile
twice :/
And if I do clean it will fail again ...