Skip to content

Commit

Permalink
更新 ci
Browse files Browse the repository at this point in the history
使用 gradle/actions/setup-gradle 提交依赖项关系图
  • Loading branch information
aaa1115910 committed May 14, 2024
1 parent 158759e commit 6414d6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/actions/setup-gradle@v3
with:
dependency-graph: generate-and-submit

- name: Write google-services.json
env:
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
Expand Down

0 comments on commit 6414d6a

Please sign in to comment.