File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 4545 <plugin >
4646 <groupId >org.jetbrains.kotlin</groupId >
4747 <artifactId >kotlin-maven-plugin</artifactId >
48- <version >1.9.22 </version >
48+ <version >1.9.21 </version >
4949 <executions >
5050 <execution >
5151 <id >compile</id >
7979 <mainClass >MainKt</mainClass >
8080 </configuration >
8181 </plugin >
82+ <plugin >
83+ <artifactId >maven-assembly-plugin</artifactId >
84+ <version >3.6.0</version >
85+ <configuration >
86+ <descriptorRefs >
87+ <descriptorRef >jar-with-dependencies</descriptorRef >
88+ </descriptorRefs >
89+ </configuration >
90+ <executions >
91+ <execution >
92+ <id >make-assembly</id >
93+ <phase >package</phase >
94+ <goals >
95+ <goal >single</goal >
96+ </goals >
97+ </execution >
98+ </executions >
99+ </plugin >
82100 </plugins >
83101 </build >
84102
You can’t perform that action at this time.
0 commit comments