redundent / kotlin-xml-builder

A lightweight type safe builder to build xml documents in Kotlin
Apache License 2.0
155 stars 19 forks source link

Jcenter artifact? #1

Closed holgerbrandl closed 7 years ago

holgerbrandl commented 7 years ago

Would it be possible to deploy it to jcenter as well? This would remove the necessity to add another repo to my gradle file.

redundent commented 7 years ago

Sure. I just requested it to be included in jcenter. Will comment here when I get confirmation.

holgerbrandl commented 7 years ago

Awesome thanks!

redundent commented 7 years ago

Got approval this morning. Should be all set now. Let me know.

holgerbrandl commented 7 years ago

I'd love but could not find it via maven central (which is link to jcenter). See yourself http://mvnrepository.com/search?q=kotlin-xml-builder

Maybe you could also update the project-readme to refer to the jcenter artifact instead?

redundent commented 7 years ago

I believe it's the other way around (I could be wrong though). Everything in maven central will be in jcenter but not everything in jcenter will be in maven central.

I updated the readme to reference the jcenter repo instead of the custom one I had before.

holgerbrandl commented 7 years ago

No you're right about jcenter vs mc.

I've tried it and it works really well. Thanks a lot.