File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 374
374
</excludes >
375
375
</configuration >
376
376
</plugin >
377
+ <plugin >
378
+ <groupId >org.codehaus.mojo</groupId >
379
+ <artifactId >animal-sniffer-maven-plugin</artifactId >
380
+ <configuration >
381
+ <ignores >
382
+ <!-- https://github.com/mojohaus/animal-sniffer/issues/67 -->
383
+ <ignore >java.lang.invoke.MethodHandle</ignore >
384
+ </ignores >
385
+ </configuration >
386
+ </plugin >
377
387
</plugins >
378
388
379
389
<resources >
415
425
<excludedGroups />
416
426
</properties >
417
427
</profile >
428
+ <profile >
429
+ <id >pre16</id >
430
+ <activation >
431
+ <jdk >(,16)</jdk >
432
+ </activation >
433
+ <build >
434
+ <pluginManagement >
435
+ <plugins >
436
+ <plugin >
437
+ <groupId >org.apache.maven.plugins</groupId >
438
+ <artifactId >maven-compiler-plugin</artifactId >
439
+ <configuration >
440
+ <testExcludes >
441
+ <testExclude >**/record_type/*.java</testExclude >
442
+ </testExcludes >
443
+ </configuration >
444
+ </plugin >
445
+ </plugins >
446
+ </pluginManagement >
447
+ </build >
448
+ </profile >
449
+ <profile >
450
+ <id >16</id >
451
+ <activation >
452
+ <jdk >[16,)</jdk >
453
+ </activation >
454
+ <properties >
455
+ <maven .compiler.testTarget>16</maven .compiler.testTarget>
456
+ <maven .compiler.testSource>16</maven .compiler.testSource>
457
+ <excludedGroups >TestcontainersTests,RequireIllegalAccess</excludedGroups >
458
+ </properties >
459
+ </profile >
418
460
</profiles >
419
461
420
462
</project >
You can’t perform that action at this time.
0 commit comments