amazon-ion / ion-schema-kotlin

A Kotlin reference implementation of the Ion Schema Specification.
https://amazon-ion.github.io/ion-schema/
Apache License 2.0
26 stars 14 forks source link

Fix ktlintFormat build task #262

Closed popematt closed 1 year ago

popematt commented 1 year ago

Issue #, if available:

None.

Description of changes:

As part of #261, I seem to have broken the ktlintFormat Gradle tasks. (The ktlintCheck tasks still work fine though.) Turns out I needed to update the ktlint plugin when I updated to Gradle 8. This PR updates the ktlint plugin, but it keeps the ktlint rules version pinned at 0.40.0 so that I'm not introducing a lot of style related changes right now.

Related PRs in ion-schema, ion-schema-tests, ion-schema-schemas:

None.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (3a3f696) 81.08% compared to head (e0dd294) 81.08%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #262 +/- ## ======================================= Coverage 81.08% 81.08% ======================================= Files 122 122 Lines 3050 3050 Branches 720 720 ======================================= Hits 2473 2473 Misses 360 360 Partials 217 217 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.