Hi Team,
I am trying to analyze groovy in sonarqube but sonar-scanner skipping the groovy files.
SQ version - 8.9.2
Groovy plugin - 1.8
Below is the sonar-project.properties file -
sonar.host.url=http://10calhost:9000
sonar.login=62dcb
sonar.projectKey=sonarqube:groovy-example
sonar.projectName=groovy-example
sonar.groovy.file.suffixes=/root/groovy/groovy-example/scripts
sonar.groovy.binaries=/root/groovy/groovy-example/scripts
sonar.java.binaries=.
sonar.sources=.
# Encoding of the source files
sonar.sourceEncoding=UTF-8
# Language
sonar.language=grvy
Can you please help me to analyze groovy code in SQ?.
FYI - There is no pom.xml file in the project directory. Pom.XML file required to analyze the groovy code?.
Thanks in advance,
ch