File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 70
70
71
71
<properties >
72
72
<license .title>SonarQube Python Plugin</license .title>
73
+
73
74
<maven .test.redirectTestOutputToFile>true</maven .test.redirectTestOutputToFile>
74
75
<sonar .pluginClass>org.sonar.plugins.python.PythonPlugin</sonar .pluginClass>
75
76
<sonar .pluginName>Python</sonar .pluginName>
96
97
<sslr .version>1.23</sslr .version>
97
98
<protobuf .version>3.17.3</protobuf .version>
98
99
<woodstox .version>6.2.7</woodstox .version>
100
+
101
+ <!-- Advertise minimal required JRE version -->
102
+ <jre .min.version>11</jre .min.version>
103
+
104
+ <!-- JDK Build versions -->
105
+ <jdk .min.version>11</jdk .min.version>
106
+ <jdk .source.version>11</jdk .source.version>
107
+ <jdk .target.version>11</jdk .target.version>
99
108
</properties >
100
109
101
110
<dependencyManagement >
244
253
<skip .its>false</skip .its>
245
254
</properties >
246
255
</profile >
247
-
248
- <profile >
249
- <!-- Use javac's release flag for Java 9 and higher -->
250
- <id >java9+</id >
251
- <activation >
252
- <jdk >[9,)</jdk >
253
- </activation >
254
- <properties >
255
- <maven .compiler.release>8</maven .compiler.release>
256
- </properties >
257
- </profile >
258
256
</profiles >
259
257
</project >
Original file line number Diff line number Diff line change 97
97
<skipDependenciesPackaging >true</skipDependenciesPackaging >
98
98
<sonarLintSupported >true</sonarLintSupported >
99
99
<sonarQubeMinVersion >${sonarQubeMinVersion} </sonarQubeMinVersion >
100
+ <jreMinVersion >${jre.min.version} </jreMinVersion >
100
101
</configuration >
101
102
</plugin >
102
103
You can’t perform that action at this time.
0 commit comments