Illegal refective access

INFO: Load metrics repositoryINFO: Load metrics repository (done) | time=150msWARNING: An illegal reflective access operation has occurredWARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/home/scanner-cli/.sonar/cache/a2b6a8802525720c8af2ca4fa85a2513/sonar-javascript-plugin.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operationsWARNING: All illegal access operations will be denied in a future release

Why am I getting this in my gitlab analysis logs ?

sonarqube server : Community Edition - Version 8.1 (build 31237)
sonar-scanner: sonarsource/sonar-scanner-cli:latest

These are warnings you can safely ignore – for some technical reasons, it’s not trivial to get these warnings to stop popping up, but they have no effect on analysis results.

Thank you.
I was thinking these can affect the final outcome of the reports.