Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bric3 opened this issue Jan 8, 2021 · 2 comments
Open

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

bric3 opened this issue Jan 8, 2021 · 2 comments

Comments

@bric3
Copy link

bric3 commented 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 !

@bric3 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
@wolfs
Copy link
Member

wolfs commented Jan 11, 2021

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.

@bric3
Copy link
Author

bric3 commented Jan 11, 2021

Hi @wolfs, thank you that did it !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants