ttaolu opened a new issue, #5794: URL: https://github.com/apache/jmeter/issues/5794
### Expected behavior ``` $ git fetch $ git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean ``` ``` $ ./gradlew buid > Configure project :buildSrc Multiple files present for artifact org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.7.10: D:\Gradle\GradleUserHome\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-gradle-plugin-api\1.7.10\3b38be7ed8f8c678b13991d5b3ec99c4908d3313\kotlin-gradle-plugin-api-1.7.10-gradle70.jar and D:\Gradle\GradleUserHome\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-gradle-plugin-api\1.7.10\3b38be7ed8f8c678b13991d5b3ec99c4908d3313\kotlin-gradle-plugin-api-1.7.10.jar > Task :buildSrc:batchtest:compileKotlin UP-TO-DATE Multiple files present for artifact org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.7.10: D:\Gradle\GradleUserHome\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-gradle-plugin-api\1.7.10\3b38be7ed8f8c678b13991d5b3ec99c4908d3313\kotlin-gradle-plugin-api-1.7.10-gradle70.jar and D:\Gradle\GradleUserHome\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-gradle-plugin-api\1.7.10\3b38be7ed8f8c678b13991d5b3ec99c4908d3313\kotlin-gradle-plugin-api-1.7.10.jar > Task :buildSrc:autostyleKotlinGradleCheck FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':buildSrc:autostyleKotlinGradleCheck'. > The following files have format violations: build.gradle.kts settings.gradle.kts You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. * Get more help at https://help.gradle.org BUILD FAILED in 1s 12 actionable tasks: 1 executed, 11 up-to-date ``` ``` $ git log -1 commit 95ccef20bcf845a937ba242a0f9b2e1790aadefa (HEAD -> master, origin/master, origin/HEAD) Author: Felix Schumacher <felix.schumac...@internetallee.de> Date: Mon Feb 20 15:07:13 2023 +0100 Issue 5694: Log a warning if 'u' is found in time functions format string A warning will be logged, if the code 'u' is found in the format string, as the meaning for that code has changed from day-of-week to year. Part of #5694 ``` ### Actual behavior _No response_ ### Steps to reproduce the problem null ### JMeter Version 5.5 ### Java Version java version "11.0.17" 2022-10-18 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.17+10-LTS-269) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.17+10-LTS-269, mixed mode) ### OS Version Microsoft Windows [Version 10.0.22621.1265] -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org