dependency-analysis-gradle-plugin
dependency-analysis-gradle-plugin copied to clipboard
Can `asm` be resolved from jcenter/google/mavenCentral?
Maybe. It has to be shaded, though. So it could be resolved from a public repo, and then shaded/relocated during the build process.
This is the project that produces this shaded jar. I tried publishing it to bintray, but can't get it to work with the new maven-publish plugin (and don't want to use bintray's crap plugin). If you have time, I'd be happy to review a PR that made that work.
Why do you need asm-relocated?
Can you add dependency here?
PS. I use https://github.com/vlsi/vlsi-release-plugins/tree/master/plugins/stage-vote-release-plugin for publishing to Central (e.g. https://github.com/autostyle/autostyle/blob/1da64afa4fe82544e134748d7cd3fc67a34d2306/build.gradle.kts#L27-L45 )
Ideally I will be able to use the gradle shadow plugin to bundle this and other libs into the published artifact, but it does not yet support the new SoftwareComponent
concept.