sandra-thieme opened a new pull request, #5757:
URL: https://github.com/apache/jmeter/pull/5757

   ## Description
   This PR addresses a number of issues in some gradle tasks:
   - ignores empty directories for task inputs
   - configures task dependencies
   - replace relative paths with absolute paths where applicable
   - enable build caching for tasks that did not support it but should
   
   ## Motivation and Context
   Some gradle tasks were configured in a way that prevented incremental builds 
and build caching from being used effectively. This PR addresses some of these 
issues. 
   
   ## How Has This Been Tested?
   This has been tested with the [Gradle Enterprise build validation 
scripts](https://github.com/gradle/gradle-enterprise-build-validation-scripts/blob/main/Gradle.md).
   
   In the build scans below you can see that build cache statistics have 
improved between master and this PR:
   - [second run on 
master](https://scans.gradle.com/s/oe44oq4zgihym/performance/execution)
   - [second run on 
PR](https://scans.gradle.com/s/anhmnqs35j3sw/performance/execution)
   
   ## Screenshots (if appropriate):
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Delete as appropriate 
-->
   - Non-breaking improvements to the build
   
   ## Checklist:
   - [x] My code follows the [code style][style-guide] of this project.
   - [ ] I have updated the documentation accordingly.
   
   [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
   


-- 
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: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to