From e7982e660c49ba7a2eab700e3e23c96b50e979c5 Mon Sep 17 00:00:00 2001 From: "jack.jia" Date: Sat, 29 Feb 2020 19:13:54 +0800 Subject: [PATCH] sonar-project.properties --- sonar-project.properties | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..22077e8 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,17 @@ + +# must be unique in a given SonarQube instance +sonar.projectKey=i3plus.core:i3plus-core + +# --- optional properties --- + +# defaults to project key +sonar.projectName=i3plus-core +# defaults to 'not provided' +sonar.projectVersion=1.0-DEV-SNAPSHOT + +# Path is relative to the sonar-project.properties file. Defaults to . +#sonar.sources=./ +#sonar.java.binaries=target + +# Encoding of the source code. Default is default system encoding +sonar.sourceEncoding=UTF-8 \ No newline at end of file