Skip to content

Commit

Permalink
fix: Update java version into release yml file (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-mParticle authored May 28, 2024
1 parent 2698bde commit f565bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ jobs:
repository: mparticle/mparticle-android-sdk
ref: release/${{ github.run_number }}
submodules: recursive
- name: "Install JDK 11"
- name: "Install JDK 17"
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "11"
java-version: "17"
- name: "Publish Core, KitManager, KitPlugin"
if: ${{ github.event.inputs.dryRun == 'false'}}
run: |
Expand Down

0 comments on commit f565bb3

Please sign in to comment.