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 2828 name : ' ${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
2929 runs-on : ${{ matrix.os.id }}
3030 steps :
31- - name : Set up Java
31+ - name : Set Up Java
3232 uses : actions/setup-java@v4
3333 with :
3434 distribution : ' liberica'
@@ -41,20 +41,20 @@ jobs:
4141 git config --global core.autocrlf true
4242 git config --global core.longPaths true
4343 Stop-Service -name Docker
44- - name : Check out code
44+ - name : Check Out Code
4545 uses : actions/checkout@v4
46- - name : Set up Gradle
46+ - name : Set Up Gradle
4747 uses : gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5
4848 with :
4949 cache-read-only : false
50- - name : Configure Gradle properties
50+ - name : Configure Gradle Properties
5151 shell : bash
5252 run : |
5353 mkdir -p $HOME/.gradle
5454 echo 'systemProp.user.name=spring-builds+github' >> $HOME/.gradle/gradle.properties
5555 echo 'systemProp.org.gradle.internal.launcher.welcomeMessageEnabled=false' >> $HOME/.gradle/gradle.properties
5656 echo 'org.gradle.daemon=false' >> $HOME/.gradle/gradle.properties
57- - name : Configure toolchain properties
57+ - name : Configure Toolchain Properties
5858 if : ${{ matrix.java.toolchain }}
5959 shell : bash
6060 run : |
7171 GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
7272 GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
7373 run : ./gradlew build
74- - name : Send notification
74+ - name : Send Notification
7575 uses : ./.github/actions/send-notification
7676 if : always()
7777 with :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments