Skip to content

Commit

Permalink
Update workflows to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
zod committed Apr 3, 2024
1 parent 53bec6d commit 72ed666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Create local.properties
Expand Down

0 comments on commit 72ed666

Please sign in to comment.