File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1- name : Build and deploy snapshot
1+ name : Build and Deploy Snapshot
22on :
33 push :
44 branches :
@@ -11,14 +11,14 @@ jobs:
1111 name : Build and Deploy Snapshot
1212 runs-on : ubuntu22-8-32
1313 steps :
14- - name : Setup Java
14+ - name : Set Up Java
1515 uses : actions/setup-java@v4
1616 with :
1717 distribution : ' liberica'
1818 java-version : 17
19- - name : Checkout
19+ - name : Check Out
2020 uses : actions/checkout@v4
21- - name : Set up Gradle
21+ - name : Set Up Gradle
2222 uses : gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5
2323 with :
2424 cache-read-only : false
@@ -73,23 +73,23 @@ jobs:
7373 runs-on : ubuntu-latest
7474 needs : build-and-deploy-snapshot
7575 steps :
76- - name : Checkout Release Verification Tests
76+ - name : Check Out Release Verification Tests
7777 uses : actions/checkout@v4
7878 with :
7979 repository : spring-projects/spring-boot-release-verification
8080 ref : ' main'
8181 token : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
82- - name : Checkout Send Notification Action
82+ - name : Check Out Send Notification Action
8383 uses : actions/checkout@v4
8484 with :
8585 path : spring-boot
8686 sparse-checkout : .github/actions/send-notification
87- - name : Setup Java
87+ - name : Set Up Java
8888 uses : actions/setup-java@v4
8989 with :
9090 distribution : ' liberica'
9191 java-version : 17
92- - name : Setup Gradle
92+ - name : Set Up Gradle
9393 uses : gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5
9494 with :
9595 cache-read-only : false
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ jobs:
1010 runs-on : ubuntu22-8-32
1111 if : ${{ github.repository == 'spring-projects/spring-boot' }}
1212 steps :
13- - name : Setup JDK 17
13+ - name : Set Up JDK 17
1414 uses : actions/setup-java@v4
1515 with :
1616 java-version : ' 17'
1717 distribution : ' liberica'
18- - name : Checkout
18+ - name : Check Out
1919 uses : actions/checkout@v4
2020 - name : Validate Gradle Wrapper
2121 uses : gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92
22- - name : Setup Gradle
22+ - name : Set Up Gradle
2323 uses : gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5
2424 - name : Build
2525 env :
Original file line number Diff line number Diff line change 3030 name : ' ${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
3131 runs-on : ${{ matrix.os.id }}
3232 steps :
33- - name : Set up Java
33+ - name : Set Up Java
3434 uses : actions/setup-java@v4
3535 with :
3636 distribution : liberica
@@ -43,20 +43,20 @@ jobs:
4343 git config --global core.autocrlf true
4444 git config --global core.longPaths true
4545 Stop-Service -name Docker
46- - name : Check out code
46+ - name : Check Out Code
4747 uses : actions/checkout@v4
48- - name : Set up Gradle
48+ - name : Set Up Gradle
4949 uses : gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5
5050 with :
5151 cache-read-only : false
52- - name : Configure Gradle properties
52+ - name : Configure Gradle Properties
5353 shell : bash
5454 run : |
5555 mkdir -p $HOME/.gradle
5656 echo 'systemProp.user.name=spring-builds+github' >> $HOME/.gradle/gradle.properties
5757 echo 'systemProp.org.gradle.internal.launcher.welcomeMessageEnabled=false' >> $HOME/.gradle/gradle.properties
5858 echo 'org.gradle.daemon=false' >> $HOME/.gradle/gradle.properties
59- - name : Configure toolchain properties
59+ - name : Configure Toolchain Properties
6060 if : ${{ matrix.java.toolchain }}
6161 shell : bash
6262 run : |
7373 GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
7474 GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
7575 run : ./gradlew build
76- - name : Send notification
76+ - name : Send Notification
7777 uses : ./.github/actions/send-notification
7878 if : always()
7979 with :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments