OmniLayer/OmniJ

Publish JARs to public Maven repo on Bintray

Closed this issue · 2 comments

We have an Omni Maven repo on Bintray, but we need to add generation and publishing of the proper Maven artifacts to the Gradle build.

Done!

Need to add the repository in gradle file
maven { url 'https://dl.bintray.com/omni/maven' }