Closed razvanmuscalu closed 1 year ago
The Sonar failure is due to:
Encrypted environment variables have been removed for security reasons.
As a result SONARCLOUD_TOKEN
isn't set. This happens because your PR comes from an external repository. Would have to look into best practices on how to solve this. :thinking:
BTW tests pass for both
openjdk8
andopenjdk11
, but the build foropenjdk8
fails because of connection error to sonar onlocalhost/127.0.0.1:9000
, not sure what's going on.