sseide commented on pull request #668: URL: https://github.com/apache/jmeter/pull/668#issuecomment-855893634
with commit 68c20b2 i update the `gradle.properties` file too to use asm version 9.1 instead of 9.0. But even without this update of the `gradle.properties` file the newer version 9.1 was already used as a dependency of `accessors-smart` and `tika-parsers`. At least the `gradle check` run fetches the newer 9.1 and complained about wrong jar sizes in the `expected_release_jars.csv` file without updateing the information from 9.0 to 9.1. Therfore i do not know if this updateto the porperties file is really needed or something within the gradle build not working as expected... -- 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. For queries about this service, please contact Infrastructure at: [email protected]
