Top-gg-Community / java-sdk

An API wrapper for https://top.gg/api/docs that works in Java
Apache License 2.0
36 stars 22 forks source link

Illegal reflective acces #4

Closed Dastamn closed 5 years ago

Dastamn commented 5 years ago

When trying to set the server count with the api i get this :

WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.gson.internal.ConstructorConstructor (file:/C:/Users/User/.m2/repository/com/google/code/gson/gson/2.6.2/gson-2.6.2.jar) to constructor java.lang.Void() WARNING: Please consider reporting this to the maintainers of com.google.gson.internal.ConstructorConstructor WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release

I'm using java 9.0.4

nikammerlaan commented 5 years ago

This is just a warning caused by Gson. It shouldn't affect the library at all.