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
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 :
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 !
The text was updated successfully, but these errors were encountered:
bric3
changed the title
Published 0.22-milestones-7 are incomplete on jcenter
Published 0.22-milestone-7 are incomplete on jcenter
Jan 8, 2021
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 !
The text was updated successfully, but these errors were encountered: