Have sonar setup for my project, it wokred fine till now and no any issues.
After upgrade our node verdion to 22, got the below error
INFO: Sensor JavaSquidSensor [java]
INFO: Configured Java source version (sonar.java.source): 8
INFO: JavaClasspath initialization
ERROR: Invalid value for 'sonar.java.binaries' property.
INFO: ------------------------------------------------------------------------
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 12.032s
INFO: Final Memory: 31M/464M
As part of node upgrade , updated the npm version of java from 0.12.0 to 0.14.0
My Sonar properties looks like below:
sonar.java.binaries=/src/java/aaa/target/classes,/src/java/bbb/target/classes