Delete redundant sonar-project.properties file

Values in that file are wrong.
This commit is contained in:
Mustafa Ulu 2019-01-13 11:03:02 +03:00 committed by GitHub
parent ab56724285
commit bc69b849fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +0,0 @@
# Required metadata
sonar.projectKey=java-sonar-runner-simple
sonar.projectName=Simple Java project analyzed with the SonarQube Runner
sonar.projectVersion=1.0
# Comma-separated paths to directories with sources (required)
sonar.sources=src
# Language
sonar.language=java
# Encoding of the source files
sonar.sourceEncoding=UTF-8