-
Notifications
You must be signed in to change notification settings - Fork 15
ClassCastException #44
Comments
This seems to be linked to #40. I am still not sure why gson is returning a |
JDK 1.8.0_181 and API version 0.3.5 |
Very odd. I am using the same jdk and api version and i can not recreate this issue |
I found out the source of the problem.
|
Interesting. This means there are different gson versions. One of them seems to not work with my api. Let me have a look at that |
I can confirm that the problem is with the current gson version. I am currently really short on time so it may take a while to adapt the project. |
From where can I grab this version? https://i.imgur.com/agJ9xpw.png |
You need to allow snapshots. Have a look at this stackoverflow answer. |
Does not work, same error |
Any update? |
If i can't force maven to use the defined version if a newer one is in use - i have to update the whole project to the new gson version. I am currently working on my bachelor thesis and don't have the time to make major changes, so this could take a while :( You could try to add
to your pom.xml and see if your spotify dependency can cope with gson:2.7 |
Funktioniert perfekt, danke! ^^ |
The text was updated successfully, but these errors were encountered: