Skip to content

Commit 42b2813

Browse files
committed
fix(android/maven-central): add Java 17 setup for Android release process
1 parent 0c70846 commit 42b2813

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,11 @@ jobs:
252252
fi
253253
done
254254
255+
- uses: actions/setup-java@v4
256+
with:
257+
distribution: 'temurin'
258+
java-version: '17'
259+
255260
- name: release android aar to maven central
256261
if: steps.tag.outputs.version != ''
257262
run: cd packages/android && ./gradlew publishReleasePublicationToOSSRHRepository -PVERSION=${{ steps.tag.outputs.version }}

0 commit comments

Comments
 (0)