Skip to content

Instantly share code, notes, and snippets.

@topera
Created June 10, 2018 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topera/7a894275e6494f896fbfb73b8fde63bc to your computer and use it in GitHub Desktop.
Save topera/7a894275e6494f896fbfb73b8fde63bc to your computer and use it in GitHub Desktop.
How to Fix and error in Travis-CI when running Sonar analysis
  • Error Execution failed for task ':sonarqube'.

Unable to load component class org.sonar.scanner.scan.ProjectLock

Tested with Gradle 4.8 and plugin org.sonarqube 2.5

  • Solution I upgraded the sonarqube plugin to version 2.6.2 and now its working.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment