提交 1346fa26 创建 作者: 宋海霞's avatar 宋海霞

更新 sonar-project.properties

上级 20837c1d
流水线 #119271 已取消 于阶段
用时 0 秒
sonar.projectKey=MySecondApp #sonar.projectKey=MySecondApp
sonar.projectName=MySecondApp #sonar.projectName=MySecondApp
sonar.projectVersion=1.0 #sonar.projectVersion=1.0
# Path to the parent source code directory. # Path to the parent source code directory.
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# Since SonarQube 4.2, this property is optional if sonar.modules is set. # Since SonarQube 4.2, this property is optional if sonar.modules is set.
# If not set, SonarQube starts looking for source code from the directory containing # If not set, SonarQube starts looking for source code from the directory containing
sonar.language=java
# the sonar-project.properties file. # the sonar-project.properties file.
sonar.sources=app/src sonar.sources=app/src
# Encoding of the source code # Encoding of the source code
sonar.sourceEncoding=UTF-8 sonar.sourceEncoding=UTF-8
# Additional parameters # Additional parameters
sonar.my.property=value #sonar.my.property=value
sonar.java.binaries=app/build/intermediates/javac/debug/classes/com/example/mysecondapp #sonar.java.binaries=app/build/intermediates/javac/debug/classes/com/example/mysecondapp
sonar.java.binaries=app/build/intermediates/javac/debug/classes
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论