Skip to content

Commit 2c9af9f

Browse files
Merge branch 'develop' into dependabot/maven/log4j2.version-2.20.0
2 parents 8d3e97c + 7534c30 commit 2c9af9f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
name: Build
1919
runs-on: ubuntu-latest
20-
timeout-minutes: 15
20+
timeout-minutes: 30
2121

2222
steps:
2323
- name: Checkout

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
push_to_registry:
1313
name: Build and publish
1414
runs-on: ubuntu-latest
15-
timeout-minutes: 15
15+
timeout-minutes: 30
1616

1717
steps:
1818
- name: Checkout

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
build:
2222
name: SonarCloud
2323
runs-on: ubuntu-latest
24-
timeout-minutes: 15
24+
timeout-minutes: 30
2525

2626
if: ${{ (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]') || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }}
2727
steps:

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ SPDX-License-Identifier: Apache-2.0
2929
<quarkus.platform.version>2.16.3.Final</quarkus.platform.version>
3030
<log4j2.version>2.20.0</log4j2.version>
3131
<openpojo.version>0.9.1</openpojo.version>
32+
<maven.compiler.source>17</maven.compiler.source>
33+
<maven.compiler.target>17</maven.compiler.target>
3234
</properties>
3335

3436
<modules>
@@ -173,6 +175,8 @@ SPDX-License-Identifier: Apache-2.0
173175
<version>${compiler-plugin.version}</version>
174176
<configuration>
175177
<parameters>${maven.compiler.parameters}</parameters>
178+
<meminitial>2024m</meminitial>
179+
<maxmem>4024m</maxmem>
176180
</configuration>
177181
</plugin>
178182

0 commit comments

Comments
 (0)