You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I specify <manageTrailingCommas>true</manageTrailingCommas> the mvn spotless:apply command fails with:
Unable to parse configuration of mojo com.diffplug.spotless:spotless-maven-plugin:2.43.0:apply for parameter manageTrailingCommas: Cannot find 'manageTrailingCommas' in class com.diffplug.spotless.maven.kotlin.Ktfmt
I've decided to check the README of the v2.43.0 and it seems that it is not implemented on this version 😃 It seems that you'll need at least v2.44.0BETA2 😉
Hello!
I am using the maven plugin v.2.43.0 with ktfmt
When I specify
<manageTrailingCommas>true</manageTrailingCommas>
themvn spotless:apply
command fails with:Unable to parse configuration of mojo com.diffplug.spotless:spotless-maven-plugin:2.43.0:apply for parameter manageTrailingCommas: Cannot find 'manageTrailingCommas' in class com.diffplug.spotless.maven.kotlin.Ktfmt
Here is the whole config:
The text was updated successfully, but these errors were encountered: