Hi there!
I’m trying to publish my gradle artifacts to a maven repository hosted on azure storage. I see that maven-publish plugin already supports this for S3 and i’m wondering what is the right place to add support for azure storage as well. I did my bit of research and it seems a lot of people have wanted this feature but they either ended up creating standalone publish “file” to azure storage or doing other work arounds. I see gradle/subprojects/resources-s3 at master · gradle/gradle · GitHub, should i be creating something in this line? This would be my first time writing a gradle plugin, so would appreciate some directions.
Thanks in advance.