ToughTechs151 / robot-template

Template for Tough Techs robots.
Other
1 stars 0 forks source link

Update Sonarqube configuration to get rid of deprecated message. #64

Closed blu28 closed 11 months ago

blu28 commented 1 year ago

Building the robot code causes this to be printed:

"The 'sonarqube' task depends on compile tasks. This behavior is now deprecated and will be removed in version 5.x. To avoid implicit compilation, set property 'sonar.gradle.skipCompile' to 'true' and make sure your project is compiled, before analysis has started."

Set the property to get the message to go aways.