Skip to content

Commit 3a80665

Browse files
committed
Upgrading Spring Commander
1 parent ee4d770 commit 3a80665

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
with:
2424
java-version: '21'
2525
distribution: 'temurin'
26-
server-id: github
27-
server-username: ${{ vars.SPRING_COMMANDER_USERNAME }}
28-
server-password: ${{ secrets.SPRING_COMMANDER_TOKEN }}
2926
cache: maven
27+
env:
28+
SPRING_COMMANDER_USERNAME: ${{ vars.SPRING_COMMANDER_USERNAME }}
29+
SPRING_COMMANDER_TOKEN: ${{ secrets.SPRING_COMMANDER_TOKEN }}
3030

3131
- name: Build with Maven
3232
run: cat .mvn/settings.xml && mvn -B clean verify --settings .mvn/settings.xml

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)