I'm having trouble with spring devtools. it's not picking up any changes to class files. I've confirmed as much as I can in terms of configuration and files actually being changed.
What are my options in terms of getting additional information (e.g. increasing logging, getting what paths are monitored, logging the last timestamps seen, whether it's active at all, etc.)?
EDIT: A few more notes, the project is gradle + kotlin, command line only. I'm running gradle bootRun
in one terminal and gradle compileKotlin
in another. I confirmed that compilation happens and that classes in build/classes
are being updated (looking at the timestamp).