You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any changes to build.gradle should take effect after re-running "bootRun"
Actual Behaviour
You will not see any changes after re-run. You need to "clean" first then "bootRun".
There are some caching somewhere.
Steps To Reproduce
1- bootRun your app.
2- Do any changes to build.gradle.
3- bootRun your app again. You won't see change
4- clean your project. "./gradlew clean"
5- bootRun again. Now you see your changes.
Expected Behavior
Any changes to build.gradle should take effect after re-running "bootRun"
Actual Behaviour
You will not see any changes after re-run. You need to "clean" first then "bootRun".
There are some caching somewhere.
Steps To Reproduce
1- bootRun your app.
2- Do any changes to build.gradle.
3- bootRun your app again. You won't see change
4- clean your project. "./gradlew clean"
5- bootRun again. Now you see your changes.
Environment Information
Example Application
https://github.com/jamesfredley/grails-website-test/tree/7.0.0-SNAPSHOT
Version
grails=7.0.0-SNAPSHOT
The text was updated successfully, but these errors were encountered: