Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 8f1da9b

Browse files
authored
1 parent 224b8d1 commit 8f1da9b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,22 @@ jobs:
132132
with:
133133
name: build-outputs
134134
path: app/build/outputs/apk/prod/release/*.apk
135+
136+
gradle-dependency-submission:
137+
runs-on: ubuntu-latest
138+
if: github.ref == 'refs/heads/trunk'
139+
permissions:
140+
contents: write
141+
steps:
142+
- uses: actions/checkout@v3
143+
- uses: actions/setup-java@v3
144+
with:
145+
distribution: 'zulu'
146+
java-version: 18
147+
- uses: gradle/gradle-build-action@v2
148+
with:
149+
gradle-home-cache-cleanup: true
150+
- uses: mikepenz/gradle-dependency-submission@v1
151+
with:
152+
gradle-build-module: ':app'
153+
gradle-build-configuration: 'prodReleaseRuntimeClasspath'

0 commit comments

Comments
 (0)