Skip to content

Commit 227341f

Browse files
committed
Upgrading Spring Commander
1 parent 3a80665 commit 227341f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
java-version: '21'
2525
distribution: 'temurin'
2626
cache: maven
27-
env:
28-
SPRING_COMMANDER_USERNAME: ${{ vars.SPRING_COMMANDER_USERNAME }}
29-
SPRING_COMMANDER_TOKEN: ${{ secrets.SPRING_COMMANDER_TOKEN }}
3027

3128
- name: Build with Maven
3229
run: cat .mvn/settings.xml && mvn -B clean verify --settings .mvn/settings.xml
30+
env:
31+
SPRING_COMMANDER_USERNAME: ${{ vars.SPRING_COMMANDER_USERNAME }}
32+
SPRING_COMMANDER_TOKEN: ${{ secrets.SPRING_COMMANDER_TOKEN }}
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)