ktorio / ktor-build-plugins

Ktor Plugins for Build Systems
Apache License 2.0
56 stars 10 forks source link

KTOR-4821 Don't use ShadowJar methods to retrieve task names #45

Closed jvmusin closed 2 years ago

jvmusin commented 2 years ago

ShadowJar API for task names has changes since v6 and we can't use this API if a user manually adds a newer (v7+) version of the ShadowJar plugin.