Skip to content

Commit e7d7b0b

Browse files
committed
Upgrading Spring Commander
1 parent 2311090 commit e7d7b0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: maven
3030

3131
- name: Build with Maven
32-
run: cat /home/runner/.m2/settings.xml && mvn -B clean verify
32+
run: cat .mvn/settings.xml && mvn -B clean verify --settings .mvn/settings.xml
3333

3434
- name: Upload coverage report
3535
uses: actions/upload-artifact@v4

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2727
<springdoc.version>2.3.0</springdoc.version>
2828
<spring-commander.version>0.0.3</spring-commander.version>
29-
</properties>
29+
</properties>
3030

3131
<repositories>
3232
<repository>

0 commit comments

Comments
 (0)