You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without this, we have to add a custom repo just for this project; which complicates transitive deps. I'd like to be able to build and ship projectes to JCenter which depend upon this project.
For those wondering how to get it to link, you need this repo at the moment: "https://dl.bintray.com/wasmer/wasmer-jni"
The text was updated successfully, but these errors were encountered:
JCenter hosts java applications that follow maven convention. In addition to the .jar and .pom file, your version should include a sources jar, and optionally a javadoc jar.
Please add the bintray project to the JCenter common repo.
https://jfrog.com/blog/increase-your-maven-packages-exposure-by-adding-it-to-jcenter/
Without this, we have to add a custom repo just for this project; which complicates transitive deps. I'd like to be able to build and ship projectes to JCenter which depend upon this project.
For those wondering how to get it to link, you need this repo at the moment:
"https://dl.bintray.com/wasmer/wasmer-jni"
The text was updated successfully, but these errors were encountered: