dependency-analysis-gradle-plugin icon indicating copy to clipboard operation
dependency-analysis-gradle-plugin copied to clipboard

Can `asm` be resolved from jcenter/google/mavenCentral?

Open vlsi opened this issue 5 years ago • 4 comments

vlsi avatar Dec 18 '19 21:12 vlsi

Maybe. It has to be shaded, though. So it could be resolved from a public repo, and then shaded/relocated during the build process.

autonomousapps avatar Dec 18 '19 22:12 autonomousapps

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.

autonomousapps avatar Jan 16 '20 23:01 autonomousapps

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 )

vlsi avatar Jan 17 '20 07:01 vlsi

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.

autonomousapps avatar Jun 10 '20 05:06 autonomousapps