File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >ms.kevi</groupId >
88 <artifactId >plotplugin</artifactId >
9- <version >1.2.2 </version >
9+ <version >1.2.3 </version >
1010
1111 <properties >
1212 <maven .compiler.source>17</maven .compiler.source>
5858 <target >17</target >
5959 </configuration >
6060 </plugin >
61+ <plugin >
62+ <groupId >org.apache.maven.plugins</groupId >
63+ <artifactId >maven-shade-plugin</artifactId >
64+ <version >3.3.0</version >
65+ <executions >
66+ <execution >
67+ <phase >package</phase >
68+ <goals >
69+ <goal >shade</goal >
70+ </goals >
71+ <configuration >
72+ <artifactSet >
73+ <includes >
74+ <include >com.github.luben:zstd-jni</include >
75+ </includes >
76+ </artifactSet >
77+ </configuration >
78+ </execution >
79+ </executions >
80+ </plugin >
6181 </plugins >
6282 </build >
6383
Original file line number Diff line number Diff line change 11name : Plots
2- version : " 1.2.2 "
2+ version : " 1.2.3 "
33api : [ "1.0.13" ]
44author : Kevims
55main : ms.kevi.plotplugin.PlotPlugin
You can’t perform that action at this time.
0 commit comments