Open pardom-zz opened 8 years ago
what about we start with https://jitpack.io/ as for now ?
https://jitpack.io/#jvm-redux/jvm-redux-api/-SNAPSHOT
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.jvm-redux:jvm-redux-api:-SNAPSHOT'
}
or actually we can version per sha
dependencies {
compile 'com.github.jvm-redux:jvm-redux-api:646b13668f'
}
The advantage I see with it : it works already and we can focus on the essential. I guess later, we are in a more advanced phase we could bring that up again.
Is there any other advantage to sonatype/jcenter hosting ? (other than looking professional :)
You can use jfrog for free. Just create an account and you can upload artifacts you want to make public there.
Who wants to take on this super fun task? 😄