File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
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://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
7-
8- name : Java CI with Gradle
1+ name : CI
92
103on :
114 push :
4841 java-version : ' 21'
4942 distribution : ' temurin'
5043
51- # Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
52- # See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
5344 - name : Generate and submit dependency graph
5445 uses : gradle/actions/dependency-submission@v4
You can’t perform that action at this time.
0 commit comments