Use Maven 3.9.5 on GitHub (#242)

This commit is contained in:
Slawomir Jaranowski 2023-10-04 23:56:43 +02:00 committed by GitHub
parent 08fceb5d84
commit 464536d05b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ jobs:
cache: 'maven'
- name: Set up Maven
run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dmaven=3.8.7"
run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dtype=only-script" "-Dmaven=3.9.5"
- name: Running integration tests
run: "./mvnw -B clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo"