|
40 | 40 |
|
41 | 41 | <properties> |
42 | 42 |
|
43 | | - <java.version>17</java.version> |
| 43 | + <java.version>11</java.version> |
44 | 44 | <maven.compiler.source>${java.version}</maven.compiler.source> |
45 | 45 | <maven.compiler.target>${java.version}</maven.compiler.target> |
46 | 46 | <!-- to prevent message: system modules path not set in conjunction with -source 11 --> |
|
60 | 60 | <sonar.plugin.api.version>13.0.0.3026</sonar.plugin.api.version> |
61 | 61 |
|
62 | 62 | <!-- Version of `sonar-java-plugin` that `creedengo-java-plugin` depends on --> |
63 | | -(??) <!-- max version that all is OK with JDK 11 --> |
64 | | -(??) <sonarjava.version>7.30.0.34429</sonarjava.version> |
65 | | - <!-- LAST version compatible with SonarQube 9.9.0 AND 25.9.0 --> |
66 | | - <sonarjava.version>8.9.3.40165</sonarjava.version> |
67 | | - <!-- LAST version compatible with SonarQube 25.9.0 but NOT with 9.9.0 --> |
| 63 | + <!-- max version that all is OK with JDK 11 --> |
| 64 | + <sonarjava.version>7.30.0.34429</sonarjava.version> |
| 65 | + <!-- LAST version compatible with SonarQube 9.9.0 AND 25.9.0 for JDK 17 --> |
| 66 | +<!-- <sonarjava.version>8.9.3.40165</sonarjava.version>--> |
| 67 | + <!-- LAST version compatible with SonarQube 25.9.0 but NOT with 9.9.0 for JDK 17 --> |
68 | 68 | <!-- <sonarjava.version>8.18.0.40025</sonarjava.version>--> |
69 | 69 |
|
70 | 70 | <sonar-analyzer-commons.version>2.18.0.3393</sonar-analyzer-commons.version> |
|
81 | 81 |
|
82 | 82 | <!-- Version of `sonarqube` used by integration tests (you can override this value to perform matrix compatibility tests) --> |
83 | 83 | <!-- <test-it.sonarqube.version>9.9.0.65466</test-it.sonarqube.version>--> |
84 | | -<!-- <test-it.sonarqube.version>9.9.8.100196</test-it.sonarqube.version>--> |
| 84 | + <test-it.sonarqube.version>9.9.8.100196</test-it.sonarqube.version> |
85 | 85 | <!-- <test-it.sonarqube.version>10.1.0.73245</test-it.sonarqube.version>--> |
86 | 86 | <!-- <test-it.sonarqube.version>10.1.0.73491</test-it.sonarqube.version>--> |
87 | 87 | <!-- <test-it.sonarqube.version>10.2.0.77647</test-it.sonarqube.version>--> |
|
92 | 92 | <!-- <test-it.sonarqube.version>25.3.0.104237</test-it.sonarqube.version>--> |
93 | 93 | <!-- <test-it.sonarqube.version>25.4.0.105899</test-it.sonarqube.version>--> |
94 | 94 | <!-- <test-it.sonarqube.version>25.5.0.107428</test-it.sonarqube.version>--> |
95 | | - <test-it.sonarqube.version>25.9.0.112764</test-it.sonarqube.version> |
| 95 | +<!-- <test-it.sonarqube.version>25.9.0.112764</test-it.sonarqube.version>--> |
96 | 96 |
|
97 | 97 | <!-- Version of `sonar-java-plugin` used by integration tests (you can override this value to perform matrix compatibility tests) --> |
98 | 98 | <test-it.sonarjava.version>${sonarjava.version}</test-it.sonarjava.version> |
|
0 commit comments