This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 62230c020a0232e3b15f3378eb26eeba51d2f6f7 Author: Sandra Thieme <[email protected]> AuthorDate: Fri Jan 6 11:01:12 2023 +0100 Use the most recent version for the autostyle plugin This version contains fixes to exclude empty directories for input files that previously caused issues with incremental builds because some empty directories are created during a build. Subsequent builds then had different input files and where no longer up to date. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c250716fd8..fef539a6d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -40,7 +40,7 @@ spotbugs.version=4.1.2 velocity.version=1.7 # Plugins -com.github.autostyle.version=3.0 +com.github.autostyle.version=3.2 com.github.spotbugs.version=4.5.0 com.github.vlsi.checksum-dependency.sha512=84572B7F654D1F9842DDD7E0D4331461DC55B92CDC1DA8EBA2269870CE027B021AB91D1942043145825B00521A92029C969BFA388A27BD63CC509BF7AB18E35F com.github.vlsi.checksum-dependency.version=1.77
