-
Notifications
You must be signed in to change notification settings - Fork 485
fix: add support for ktfmt's TrailingCommaManagementStrategy #2613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
NOTE: also updated JVM version to 17
# Conflicts: # CHANGES.md # plugin-maven/CHANGES.md
Could a maintainer trigger the workflow runs for this once more? The first run failed due to failing format checks in the Also, I'd be happy to get some feedback to know if there's more work required to get this merged. :) |
A bit late, but thanks a lot @nedtwigg for taking this the rest of the way! |
Published in |
and makes #2400 obsolete
Important Note: This PR also upgrades the JVM version in
gradle/java-publish.gradle
andgradle.properties
from 11 to 17java.lang.NoSuchMethodError
#2482TODO
KtfmtStepTest
ONLY_ADD
0.53
(previous default) and0.57
(or0.58
). Maybe @hick209 or someone from the ktfmt team has an opinion if that is sensible or what to test here.KtfmtTest
from Maven plugin test passes