File tree Expand file tree Collapse file tree 2 files changed +26
-18
lines changed Expand file tree Collapse file tree 2 files changed +26
-18
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ 0.8.0] - 2024-08-??
7
+ ## [ 0.8.0] - 2024-08-09
8
8
9
9
### Added
10
10
- Subaccounts API
Original file line number Diff line number Diff line change 190
190
<target >${java.version} </target >
191
191
</configuration >
192
192
</plugin >
193
- <plugin >
194
- <artifactId >maven-assembly-plugin</artifactId >
195
- <version >3.7.1</version >
196
- <executions >
197
- <execution >
198
- <phase >package</phase >
199
- <goals >
200
- <goal >single</goal >
201
- </goals >
202
- <configuration >
203
- <descriptorRefs >
204
- <descriptorRef >jar-with-dependencies</descriptorRef >
205
- </descriptorRefs >
206
- </configuration >
207
- </execution >
208
- </executions >
209
- </plugin >
210
193
<plugin >
211
194
<groupId >org.jetbrains.dokka</groupId >
212
195
<artifactId >dokka-maven-plugin</artifactId >
277
260
</plugins >
278
261
</build >
279
262
</profile >
263
+
264
+ <profile >
265
+ <id >fat-jar</id >
266
+ <build >
267
+ <plugins >
268
+ <plugin >
269
+ <artifactId >maven-assembly-plugin</artifactId >
270
+ <version >3.7.1</version >
271
+ <executions >
272
+ <execution >
273
+ <phase >package</phase >
274
+ <goals >
275
+ <goal >single</goal >
276
+ </goals >
277
+ <configuration >
278
+ <descriptorRefs >
279
+ <descriptorRef >jar-with-dependencies</descriptorRef >
280
+ </descriptorRefs >
281
+ </configuration >
282
+ </execution >
283
+ </executions >
284
+ </plugin >
285
+ </plugins >
286
+ </build >
287
+ </profile >
280
288
</profiles >
281
289
</project >
You can’t perform that action at this time.
0 commit comments