The current Spotless configuration for Kotlin scripts uses multiple target() calls. According to the Spotless Javadoc: "When this method is called multiple times, only the last call has any effect." Consequently, only files in 'build-logic/convention/*.kts' were being formatted, while root and 'build-logic' scripts were ignored. This commit consolidates all patterns into a single target() call to ensure all intended Kotlin scripts are properly tracked.pull/2094/head
parent
d6abd6d3e5
commit
bca801dced
Loading…
Reference in new issue