Closed nikolauskrismer closed 4 years ago
Hi, thanks for your report Sonar is running by a begin and an end execution before and after the build
And here is the end execution https://github.com/Itiviti/gradle-dotnet-plugin/blob/master/src/main/kotlin/com/itiviti/tasks/DotnetSonarTask.kt
Indeed login is the special parameter that is required to pass to sonnar runner at the end
Hi,
it seems that when using the dotnet-sonar plugin credentials can not be used. I am passing my credentials like this (in build.gradle):
However, when I call gradle with something like
./gradlew clean build sonarqube -x dotnetTest -Pversion=1.0.0-SNAPSHOT
I get this error:Is there anything I can do about this? I did not find anything about the end call in the code (I did not look very closely though)
Greetings, Niko