vidakovic commented on pull request #2011: URL: https://github.com/apache/fineract/pull/2011#issuecomment-1003704490
@ptuomola ... this reminds me that I wanted to discuss another improvement to make the build.gradle files a little bit cleaner... this would especially come in handy in cases like this where you have a bit more code... the gist: we could place parts of the build script in "buildSrc"; you can place basically any Groovy/Gradle file there (there's a bit of a naming convention) and pre-built those "tasks" (technically the results are plugins). Nice side effect: should also speed up the build with proper caching in place. FYI -- 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]
