Published 0.22-milestone-7 are incomplete on jcenter
Opened this issue · 2 comments
Hi,
I wanted to give this project a try in particular on the recently introduced file watcher that appeared in a 0.22 milestone (5 or 6). However on jcenter the published artifacts for this version are incomplete :
However I found out that Adam Murdoch's maven repo had all necessary artifact for the milestone 7.
It's then easily solvable in the build script by adding this repo.
maven {
setUrl("https://dl.bintray.com/adammurdoch/maven")
}
I understand 0.22 is not yet released and the milestone build are merely a bonus, but a useful bonus as I'm not able to build the project from source (gradle complains about some GradleProperties).
So this dependency issue is bit confusing for those that are not used to bintray (like me).
Cheers, and thank you for this project !
You can get the latest version from repo.gradle.org: https://repo.gradle.org/gradle/webapp/#/artifacts/browse/tree/General/ext-releases-local/net/rubygrapefruit/file-events
The latest version is currently 0.22-milestone-10
.
We have not yet been able to publish the new libraries to jCenter.