File tree Expand file tree Collapse file tree 1 file changed +10
-17
lines changed Expand file tree Collapse file tree 1 file changed +10
-17
lines changed Original file line number Diff line number Diff line change 1- # This workflow uses actions that are not certified by GitHub.
2- # They are provided by a third-party and are governed by
3- # separate terms of service, privacy policy, and support
4- # documentation.
5- # This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
6- # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
7-
81name : Java CI with Gradle
92
103on :
@@ -22,13 +15,13 @@ jobs:
2215 runs-on : ubuntu-latest
2316
2417 steps :
25- - uses : actions/checkout@v4
26- - name : Set up JDK 21
27- uses : actions/setup-java@v4
28- with :
29- java-version : ' 21'
30- distribution : ' temurin'
31- - name : Build with Gradle
32- uses : gradle/gradle-build-action@v3
33- with :
34- arguments : build
18+ - uses : actions/checkout@v4
19+ - name : Set up JDK 21
20+ uses : actions/setup-java@v4
21+ with :
22+ java-version : ' 21'
23+ distribution : ' temurin'
24+ - name : Setup Gradle
25+ uses : gradle/actions/setup-gradle@v4
26+ - name : Build with Gradle
27+ run : ./gradlew build
You can’t perform that action at this time.
0 commit comments