File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 82
82
<artifactId >jline-terminal-jna</artifactId >
83
83
<scope >test</scope >
84
84
</dependency >
85
+ <dependency >
86
+ <groupId >org.jline</groupId >
87
+ <artifactId >jline-terminal-ffm</artifactId >
88
+ <scope >test</scope >
89
+ </dependency >
85
90
<dependency >
86
91
<groupId >org.jline</groupId >
87
92
<artifactId >jline-reader</artifactId >
436
441
<additionalOptions >--enable-preview --release 21 -Xdoclint:none</additionalOptions >
437
442
</configuration >
438
443
</plugin >
444
+ <plugin >
445
+ <groupId >org.apache.maven.plugins</groupId >
446
+ <artifactId >maven-jar-plugin</artifactId >
447
+ <executions >
448
+ <execution >
449
+ <id >default-jar</id >
450
+ </execution >
451
+ <execution >
452
+ <id >jdk8</id >
453
+ <goals >
454
+ <goal >jar</goal >
455
+ </goals >
456
+ <phase >package</phase >
457
+ <configuration >
458
+ <classifier >jdk8</classifier >
459
+ <excludes >**/ffm/*.class</excludes >
460
+ </configuration >
461
+ </execution >
462
+ </executions >
463
+ </plugin >
439
464
</plugins >
440
465
</build >
441
466
You can’t perform that action at this time.
0 commit comments