File tree Expand file tree Collapse file tree
api/src/main/java/org/sonarsource/scanner/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020package org .sonarsource .scanner .api ;
2121
2222/**
23- * Most commonly used properties for a SonarQube analysis. These properties are passed to {@link EmbeddedScanner#runAnalysis(java.util.Properties)} .
23+ * Most commonly used properties for a SonarQube analysis. These properties are passed to EmbeddedScanner#runAnalysis(java.util.Properties).
2424 * See <a href="http://docs.sonarqube.org/display/SONAR/Analysis+Parameters">documentation</a> for more properties.
2525 *
2626 * @since 2.2
Original file line number Diff line number Diff line change 2020package org .sonarsource .scanner .api ;
2121
2222/**
23- * Mostly used properties that can be passed to {@link EmbeddedScanner#addGlobalProperties(java.util.Properties)} .
23+ * Mostly used properties that can be passed to EmbeddedScanner#addGlobalProperties(java.util.Properties).
2424 * See <a href="http://docs.sonarqube.org/display/SONAR/Analysis+Parameters">documentation</a> for more properties.
2525 *
2626 * @since 2.2
Original file line number Diff line number Diff line change 6464 <plugin >
6565 <groupId >org.apache.maven.plugins</groupId >
6666 <artifactId >maven-javadoc-plugin</artifactId >
67- <version >2.9</version >
67+ <version >3.1.0</version >
68+ <configuration >
69+ <source >8</source >
70+ </configuration >
6871 <executions >
6972 <execution >
7073 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments