Skip to content

Commit 7897a1a

Browse files
author
duncanp
committed
[SONARMSBRU-139] Modified the "incompatible version" error message
1 parent 94f41a7 commit 7897a1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SonarQube.Bootstrapper/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SonarQube.Bootstrapper/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<value>{0} failed. Exit code: {1}</value>
137137
</data>
138138
<data name="ERROR_VersionMismatch" xml:space="preserve">
139-
<value>The C# plugin installed on the server is not compatible with the MSBuild.SonarQube.Runner.exe - either check the compatibility matrix or get the latest versions for both. </value>
139+
<value>The C# plugin installed on the SonarQube server is not compatible with the SonarQube analysis agent (i.e. the MSBuild.SonarQube.Runner.exe, or the build automation task). Either check the compatibility matrix or get the latest versions for both.</value>
140140
</data>
141141
<data name="MSG_CheckingForUpdates" xml:space="preserve">
142142
<value>Checking for updates...</value>

0 commit comments

Comments
 (0)