Skip to content

Commit

Permalink
minor further settings for .NET related sonar - still not ready/usabl…
Browse files Browse the repository at this point in the history
…e (see #58)
  • Loading branch information
tkohegyi committed Nov 22, 2015
1 parent 72ad7ce commit bad5fe6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wilma-service-api-net/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ sonarRunner {
property "sonar.jdbc.password", "${sonar_jdbc_password}"
property "sonar.language", "cs"
property "sonar.dotnet.visualstudio.solution.file", "wilma-service-api-tests-console.sln"
property "sonar.dotnet.excludeGeneratedCode", "true"
property "sonar.dotnet.4.0.sdk.directory", "/usr/lib/mono/4.0"
property "sonar.dotnet.version", "4.0"
}
}

0 comments on commit bad5fe6

Please sign in to comment.