File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 24
24
if : ${{ startsWith(github.repository, 'ClickHouse/') }}
25
25
name : " Mininal JMH Benchmarks"
26
26
runs-on : " ubuntu-latest"
27
- timeout-minutes : 20
27
+ timeout-minutes : 30
28
28
steps :
29
29
- name : Check out Git repository
30
30
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 363
363
<groupId >org.apache.maven.plugins</groupId >
364
364
<artifactId >maven-assembly-plugin</artifactId >
365
365
<configuration >
366
+ <finalName >${project.artifactId} -${project.version} -all-dependencies</finalName >
367
+ <appendAssemblyId >false</appendAssemblyId >
366
368
<descriptorRefs >
367
369
<descriptorRef >jar-with-dependencies</descriptorRef >
368
370
</descriptorRefs >
369
371
<archive >
372
+
370
373
<addMavenDescriptor >false</addMavenDescriptor >
371
374
<manifest >
372
375
<addDefaultImplementationEntries >true</addDefaultImplementationEntries >
373
376
<addDefaultSpecificationEntries >true</addDefaultSpecificationEntries >
374
377
</manifest >
375
378
</archive >
376
379
</configuration >
380
+ <executions >
381
+ <execution >
382
+ <id >make-assembly</id >
383
+ <phase >package</phase >
384
+ <goals >
385
+ <goal >single</goal >
386
+ </goals >
387
+ </execution >
388
+ </executions >
377
389
</plugin >
378
390
<plugin >
379
391
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments