jamesfredley commented on PR #15084:
URL: https://github.com/apache/grails-core/pull/15084#issuecomment-3312755488
```
sourceSets {
main {
resources {
srcDir 'grails-app/migrations'
}
}
}
```
which historically was added to **build.gradle**, but was not auto generated
by forge, to accomplish adding /grails-app/migrations/* to
/build/resources/main or the generated war/jar, also creates the duplicates
issue, so I am moving forward with fixing that also as part of this PR too
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]