#147 Drop usage of shadow plugin
Plugin is no longer deployed as an uber jar. This PR drops all usage/configuration of the shadown plugin.
Unintended consequence
It appears by dropping shadowing we are no longer using slf4j logger at runtime, but default gradle logging implementation. This means unless --info is supplied to the gradle command, the logging information will not be displayed.
It relates to the following issue #s:
- Fixes #147
cc @bhamail / @DarthHater / @guillermo-varela / @shaikhu
Since we rely heavily on log output, perhaps we want to go ahead with this change alongside with https://github.com/sonatype-nexus-community/scan-gradle-plugin/issues/146 so all big changes start with a new major release together?
Since we rely heavily on log output, perhaps we want to go ahead with this change alongside with #146 so all big changes start with a new major release together?
That sounds sensible to me 👍