diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2019-01-15 12:46:11 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-01-16 09:43:15 +0100 |
commit | 0395225fb4613e4251cb1ed7394f2e562857750f (patch) | |
tree | 575ad5374e64cfad89d6c16eab2b39c05b30eede /server/sonar-docs/src/pages/setup/upgrade-notes.md | |
parent | 63aa7f0ed07ff21214f222cbcce9d2f2c4dfd4af (diff) | |
download | sonarqube-0395225fb4613e4251cb1ed7394f2e562857750f.tar.gz sonarqube-0395225fb4613e4251cb1ed7394f2e562857750f.zip |
DOCS add missing ')'
Diffstat (limited to 'server/sonar-docs/src/pages/setup/upgrade-notes.md')
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrade-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index 4fe6e6ad132..72eaadcc700 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -11,7 +11,7 @@ Quality Gates have been streamlined to remove a number of confusing options. Con This version drops the concept of module from the interface. There is no longer a homepage presentation for any level below the project itself. Additionally, the presentation of the project has been updated in the Measures and Code pages to display the project tree as it is in the file system. For the most part (see below) analysis of multi-module projects will continue to work as it has. **Multi-Module analysis properties removed** -Multi-module analysis configuration may need to be changed ([MMF-365](https://jira.sonarsource.com/browse/MMF-365): +Multi-module analysis configuration may need to be changed ([MMF-365](https://jira.sonarsource.com/browse/MMF-365)): * When the following inclusion / exclusion types are specified in the analysis properties at project level, they must be relative to the project / analysis root: source files, test files, coverage, and duplications. Paths specified at project level will continue to be re-applied at module level but will raise a warning. This backward-compatibile behavior is considered deprecated and will be dropped in a future version. * Specifying source encoding, and issue inclusions / exclusions at module level is no longer supported. |