From 4868b6122386ee441e3e9990a4e5553000638f78 Mon Sep 17 00:00:00 2001 From: tastybento Date: Tue, 29 Oct 2019 20:13:01 -0700 Subject: [PATCH] Added sonar-project.properties file to specific project key --- sonar-project.properties | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 000000000..ae10d34b5 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,16 @@ +sonar-project.properties +# must be unique in a given SonarQube instance +sonar.projectKey=BentoBoxWorld_BentoBox + +# --- optional properties --- + +# defaults to project key +#sonar.projectName=My project +# defaults to 'not provided' +#sonar.projectVersion=1.0 + +# Path is relative to the sonar-project.properties file. Defaults to . +#sonar.sources=. + +# Encoding of the source code. Default is default system encoding +#sonar.sourceEncoding=UTF-8 \ No newline at end of file