saveourtool / diktat

Strict coding standard for Kotlin and a custom set of rules for detecting code smells, code style issues and bugs
https://diktat.saveourtool.com
MIT License
525 stars 39 forks source link

Do not release internal modules #1838

Open nulls opened 10 months ago

nulls commented 10 months ago

Diktat has two internal modules: diktat-ksp-dev and diktat-common-test. They are not needed in maven central Also, diktat builds gradle plugin, rulesset for ktlint and cli as fat jar. We can publish only them without internal apis which are not needed anyone in maven central.

TODO:

nulls commented 9 months ago

We release fat jar with diktat cli to maven central. Probably it's not required, we have GitHub releases where we attach it as an asset. Also we attach script for Windows there