File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 java-version : ' 21'
3232 distribution : ' temurin'
3333
34- # Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3534 # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
3635 - name : Setup Gradle
37- uses : gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
36+ uses : gradle/actions/setup-gradle@v6
3837
3938 - name : Build with Gradle Wrapper
4039 run : ./gradlew build
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://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
7-
81name : Dependency Submission
92
103on :
You can’t perform that action at this time.
0 commit comments