Skip to content

Commit

Permalink
Bump JDK, ignore any keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillt committed Jan 14, 2024
1 parent b3629ae commit 7558a11
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- name: Validate Gradle wrapper
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.jks
*.iml
.idea
.gradle
Expand Down

0 comments on commit 7558a11

Please sign in to comment.