Browse Source

sonar.projectVersion seems to be required when using the Ant task

master
Stefan Bodewig 8 years ago
parent
commit
990a664c42
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      sonar-project.properties

+ 1
- 0
sonar-project.properties View File

@@ -2,3 +2,4 @@ sonar.projectKey=ant-master
sonar.projectName=Apache Ant
sonar.sources=src/main
sonar.tests=src/tests/junit
sonar.projectVersion=1.10.0-SNAPSHOT

Loading…
Cancel
Save