Skip to content

Commit

Permalink
java 17 instead of 21(default) because of this issue:
Browse files Browse the repository at this point in the history
 jdk.tools.jlink.plugin.PluginException: ModuleTarget is malformed: platformString missing delimiter: android
  • Loading branch information
CedricGuillemet committed Mar 19, 2024
1 parent 7c2b55a commit c06531b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- name: NPM Install (Binary Package)
run: npm install
working-directory: ./Package
# - name: Setup Java
# uses: actions/setup-java@v3
# with:
# distribution: 'temurin'
# java-version: '17'
# check-latest: true
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
check-latest: true
- name: Gulp (Android)
run: npx gulp buildAndroidRNTA
working-directory: ./Package
Expand Down

0 comments on commit c06531b

Please sign in to comment.