Migrate from parent to local config only
This commit is contained in:
parent
f421be47af
commit
7ecccbc76e
6 changed files with 754 additions and 31 deletions
4
.github/workflows/pr.yaml
vendored
4
.github/workflows/pr.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue