Open nulls opened 11 months ago
diktat-runner:shadow was added for spotless. But Gradle and Maven use different notations for maven coordinate:
diktat-runner:shadow
com.saveourtool.diktat:diktat-runner:<version>:shadow
com.saveourtool.diktat:diktat-runner:jar:shadow:<version>
Since Spotless has a common code base for both plugins we can't use the shadow plugin. But the regular dependency should work fine
diktat-runner:shadow
was added for spotless. But Gradle and Maven use different notations for maven coordinate:com.saveourtool.diktat:diktat-runner:<version>:shadow
com.saveourtool.diktat:diktat-runner:jar:shadow:<version>
Since Spotless has a common code base for both plugins we can't use the shadow plugin. But the regular dependency should work fine