Grails v6 - buildProperties not found/undefined
https://grails.org/blog/2017-04-02.html
I am updating build info in my build.gradle file as mentioned in above link.
This was working fine till Grails 5. BUT after upgrading to Grails 6 (6.2.3), I am getting following error message -
Could not get unknown property 'buildProperties' for root project 'myapp' of type org.gradle.api.Project.
Any idea how to fix this. Please help. Thank you!