#grails7 do we have a Gradle multi-project setup t...
# questions
g
#grails7 do we have a Gradle multi-project setup that reloads the modules as well as the application? With what I think is the old multi-project setup I am not able to let
spring-boot-devtools
to reload the modules when they are modified
j
Have you tried the hotswap agent? https://github.com/grails/grails-forge/issues/445
g
Not yet, I'll give it a try. I was wondering though if there is an option to make a multi-project working with spring-devtools
j
I believe it was possible in 6, but have not done it myself. Hoping someone with direct experience can comment with the details.
👍 1
https://guides.grails.org/grails-multi-project-build/guide/index.html also, although it was last updated for Grails 4