Skip to content

Commit ec9da3a

Browse files
fix some
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent d53eeff commit ec9da3a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/dependencies.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ jobs:
1717
- name: 'Checkout Repository'
1818
uses: actions/checkout@v3
1919

20+
- name: Set up JDK 19
21+
uses: actions/setup-java@v3
22+
with:
23+
java-version: 19
24+
distribution: 'temurin'
25+
26+
- name: Setup Android SDK
27+
uses: android-actions/setup-android@v2
28+
29+
- name: Setup Gradle
30+
uses: gradle/gradle-build-action@v2
31+
32+
- name: Change wrapper permissions
33+
run: chmod +x ./gradlew
34+
2035
- name: Run snapshot action
2136
uses: mikepenz/gradle-dependency-submission@v1
2237
with:

0 commit comments

Comments
 (0)