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 45
45
<plugin >
46
46
<groupId >org.jetbrains.kotlin</groupId >
47
47
<artifactId >kotlin-maven-plugin</artifactId >
48
- <version >1.9.22 </version >
48
+ <version >1.9.21 </version >
49
49
<executions >
50
50
<execution >
51
51
<id >compile</id >
79
79
<mainClass >MainKt</mainClass >
80
80
</configuration >
81
81
</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 >
82
100
</plugins >
83
101
</build >
84
102
You can’t perform that action at this time.
0 commit comments