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
{{ message }}
This repository was archived by the owner on May 21, 2026. It is now read-only.
Note: I know the project moved, but posting here since, it's where my affected version resides
Problem:
While doing a preliminary check of migration from Grails 5.1.7 to 6.2.3 (7 is still RC) the main problem with build is the lack of buildProperties at the phase where it was previously available.
We've used the method suggested in https://grails.apache.org/blog/2017-04-02.html to enrich the app information, but as of #224 it is not possible, since properties fall to the after evaluation phase.
I'm wondering if there's a better more formal way we could do such enrichment right now, better than just trying to mitigate by stuffing it in project.afterEvaluate?
Note: I know the project moved, but posting here since, it's where my affected version resides
Problem:
While doing a preliminary check of migration from Grails 5.1.7 to 6.2.3 (7 is still RC) the main problem with build is the lack of
buildPropertiesat the phase where it was previously available.We've used the method suggested in https://grails.apache.org/blog/2017-04-02.html to enrich the app information, but as of #224 it is not possible, since properties fall to the after evaluation phase.
I'm wondering if there's a better more formal way we could do such enrichment right now, better than just trying to mitigate by stuffing it in
project.afterEvaluate?Thanks!