File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 17
17
build :
18
18
name : Build
19
19
runs-on : ubuntu-latest
20
- timeout-minutes : 15
20
+ timeout-minutes : 30
21
21
22
22
steps :
23
23
- name : Checkout
Original file line number Diff line number Diff line change 12
12
push_to_registry :
13
13
name : Build and publish
14
14
runs-on : ubuntu-latest
15
- timeout-minutes : 15
15
+ timeout-minutes : 30
16
16
17
17
steps :
18
18
- name : Checkout
Original file line number Diff line number Diff line change 21
21
build :
22
22
name : SonarCloud
23
23
runs-on : ubuntu-latest
24
- timeout-minutes : 15
24
+ timeout-minutes : 30
25
25
26
26
if : ${{ (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]') || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }}
27
27
steps :
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ SPDX-License-Identifier: Apache-2.0
29
29
<quarkus .platform.version>2.16.3.Final</quarkus .platform.version>
30
30
<log4j2 .version>2.19.0</log4j2 .version>
31
31
<openpojo .version>0.9.1</openpojo .version>
32
+ <maven .compiler.source>17</maven .compiler.source>
33
+ <maven .compiler.target>17</maven .compiler.target>
32
34
</properties >
33
35
34
36
<modules >
@@ -173,6 +175,8 @@ SPDX-License-Identifier: Apache-2.0
173
175
<version >${compiler-plugin.version} </version >
174
176
<configuration >
175
177
<parameters >${maven.compiler.parameters} </parameters >
178
+ <meminitial >2024m</meminitial >
179
+ <maxmem >4024m</maxmem >
176
180
</configuration >
177
181
</plugin >
178
182
You can’t perform that action at this time.
0 commit comments