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

runtime artifact accidentally published as annotations #174

Open
ing-edgar opened this issue Feb 28, 2020 · 6 comments
Open

runtime artifact accidentally published as annotations #174

ing-edgar opened this issue Feb 28, 2020 · 6 comments

Comments

@ing-edgar
Copy link

implementation("com.ryanharter.auto.value:auto-value-moshi-runtime:1.0.0") that implementation not found. What is the correct implementation? thanks

@rharter
Copy link
Owner

rharter commented Feb 28, 2020 via email

@efraimg
Copy link

efraimg commented Apr 5, 2020

added this to gradle
annotationProcessor("com.ryanharter.auto.value:auto-value-moshi-extension:1.0.0") implementation("com.ryanharter.auto.value:auto-value-moshi-runtime:1.0.0")
and i get ERROR: Failed to resolve: com.ryanharter.auto.value:auto-value-moshi-runtime:1.0.0
with 0.4.7 there is no issue

@efraimg
Copy link

efraimg commented Apr 6, 2020

is it possible that the com.ryanharter.auto.value:auto-value-moshi-runtime:1.0.0
artifact was not published?

@efraimg
Copy link

efraimg commented Apr 6, 2020

used com.ryanharter.auto.value:auto-value-moshi-annotations:1.0.0" instead

@pablorcruh
Copy link

The use of "com.ryanharter.auto.value:auto-value-moshi-annotations:1.0.0" works fine but do not reflect the github Readme of the project

@ZacSweers ZacSweers changed the title implementation not found runtime artifact accidentally published as annotations Apr 28, 2020
@ZacSweers
Copy link
Collaborator

I've updated the title to clarify until we release an updated version. In the meantime we've explained the workaround here. I'm locking this as more duplicate comments about the readme aren't helpful.

Repository owner locked and limited conversation to collaborators Apr 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants