Skip to content

Published 0.22-milestone-7 are incomplete on jcenter #268

Open
@bric3

Description

@bric3

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions