Skip to content

Commit 2311090

Browse files
committed
Upgrading Spring Commander
1 parent c1a7ab1 commit 2311090

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
java-version: '21'
2525
distribution: 'temurin'
2626
server-id: github
27-
server-username: ${{ env.SPRING_COMMANDER_USERNAME }}
27+
server-username: ${{ vars.SPRING_COMMANDER_USERNAME }}
2828
server-password: ${{ secrets.SPRING_COMMANDER_TOKEN }}
2929
cache: maven
3030

3131
- name: Build with Maven
32-
run: cat /home/runner/.m2/settings.xml && mvn -B clean verify --settings .mvn/settings.xml
32+
run: cat /home/runner/.m2/settings.xml && mvn -B clean verify
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)