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

Inconsistent module metadata when using Gradle #107

Open
liefra opened this issue Nov 2, 2019 · 0 comments
Open

Inconsistent module metadata when using Gradle #107

liefra opened this issue Nov 2, 2019 · 0 comments

Comments

@liefra
Copy link

liefra commented Nov 2, 2019

When trying to add the aquarius-sdk-java as a dependcy using Gradle and compile("com.aquaticinformatics:aquarius.sdk:19.3.0") I receive the following inconsistent module metadata error.

`FAILURE: Build failed with an exception.

Could not resolve all files for configuration ':compileClasspath'.
Could not resolve com.aquaticinformatics:aquarius.sdk:19.3.0.
Required by:
project :
> Could not resolve com.aquaticinformatics:aquarius.sdk:19.3.0.
> inconsistent module metadata found. Descriptor: com.aquaticinformatics:aquarius.sdk:1.0.0-SNAPSHOT Errors: bad version: expected='19.3.0' found='1.0.0-SNAPSHOT'`

I tried also previous versions, resulting in the same error.

Note: When using Maven all works well as expected.

I using Gradle 5.6.4 and Java 8

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

1 participant