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

Java 17 compatibility #216

Open
saugion opened this issue Mar 31, 2023 · 2 comments
Open

Java 17 compatibility #216

saugion opened this issue Mar 31, 2023 · 2 comments
Labels
state: investigation Pending investigation type: enhancement New feature or request

Comments

@saugion
Copy link

saugion commented Mar 31, 2023

I have a project using spring boot 3 and java 17, I'm trying to download the last version of coinbase wallet sdk:

implementation "com.coinbase:coinbase-wallet-sdk:1.0.4"

I always receive the error

app:test: Could not resolve com.coinbase:coinbase-wallet-sdk:1.0.4.
Required by:
    project :

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

After various reimports sometime the error does not show up, but if I run gradlew dependencies I see the following output
com.coinbase:coinbase-wallet-sdk:1.0.4 FAILED

I guess is for the java version

@saugion saugion added the type: enhancement New feature or request label Mar 31, 2023
@bangtoven bangtoven added the state: investigation Pending investigation label Mar 31, 2023
@saugion
Copy link
Author

saugion commented Apr 1, 2023

An additional information: Gradle version is 7.6

@Khorshidgardan
Copy link

I have a project using spring boot 3 and java 17, I'm trying to download the last version of coinbase wallet sdk:

implementation "com.coinbase:coinbase-wallet-sdk:1.0.4"

I always receive the error

app:test: Could not resolve com.coinbase:coinbase-wallet-sdk:1.0.4.
Required by:
    project :

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

After various reimports sometime the error does not show up, but if I run gradlew dependencies I see the following output com.coinbase:coinbase-wallet-sdk:1.0.4 FAILED

I guess is for the java version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: investigation Pending investigation type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@bangtoven @saugion @Khorshidgardan and others