Migrate from parent to local config only

This commit is contained in:
Stephan Schnabel 2025-05-30 20:36:25 +02:00
parent f421be47af
commit 7ecccbc76e
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
6 changed files with 754 additions and 31 deletions

View file

@ -3,7 +3,7 @@ name: PullRequest
on: pull_request
env:
MAVEN_ARGS: --batch-mode --color=always --no-transfer-progress -Dmaven.test.redirectTestOutputToFile=false
MAVEN_ARGS: --batch-mode --color=always --no-transfer-progress
jobs:
@ -52,7 +52,7 @@ jobs:
- 25.0.6
- 26.0.8
- 26.1.5
- 26.2.1
- 26.2.5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4