Skip to content

Commit

Permalink
Update GitHub Actions to use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
rajiv-singaseni committed Jan 1, 2025
1 parent 70f37da commit d5764ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: gradle

Expand All @@ -33,7 +33,6 @@ jobs:
with:
files: |
protect/build/outputs/aar/protect-release.aar
cordova-plugin-security-checker/**/*
generate_release_notes: true
draft: false
prerelease: false

0 comments on commit d5764ef

Please sign in to comment.