File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 196
196
<plugin >
197
197
<groupId >org.apache.felix</groupId >
198
198
<artifactId >maven-bundle-plugin</artifactId >
199
- <version >5.1.9 </version >
199
+ <version >6.0.0 </version >
200
200
</plugin >
201
201
</plugins >
202
202
</pluginManagement >
248
248
249
249
<profiles >
250
250
<profile >
251
- <id >jdk8plus </id >
251
+ <id >jdk8-plus </id >
252
252
<activation >
253
253
<jdk >[1.8,)</jdk >
254
254
</activation >
280
280
</profile >
281
281
282
282
<profile >
283
- <id >run-error-prone</id >
283
+ <id >before-jdk17</id >
284
+ <activation >
285
+ <jdk >(,17)</jdk >
286
+ </activation >
287
+ <build >
288
+ <pluginManagement >
289
+ <plugins >
290
+ <plugin >
291
+ <!-- maven-bundle-plugin 6.0.0+ requires JDK 17+ -->
292
+ <groupId >org.apache.felix</groupId >
293
+ <artifactId >maven-bundle-plugin</artifactId >
294
+ <version >5.1.9</version >
295
+ </plugin >
296
+ </plugins >
297
+ </pluginManagement >
298
+ </build >
299
+ </profile >
300
+
301
+ <profile >
302
+ <id >jdk17-plus</id >
284
303
<activation >
285
- <!-- Error Prone requires 17+: https://errorprone.info/docs/installation. -->
286
304
<jdk >[17,)</jdk >
287
305
</activation >
288
306
<build >
289
307
<plugins >
290
308
<plugin >
309
+ <!-- Error Prone requires 17+: https://errorprone.info/docs/installation. -->
291
310
<groupId >org.apache.maven.plugins</groupId >
292
311
<artifactId >maven-compiler-plugin</artifactId >
293
312
<configuration >
You can’t perform that action at this time.
0 commit comments