Skip to content

Commit

Permalink
Merge pull request #116 from yml-org/feature/CM-1493
Browse files Browse the repository at this point in the history
[bug/CM-1493]: Updated java version
  • Loading branch information
dkk009 authored Jun 27, 2023
2 parents 4968efb + d5c8d16 commit 6ef0c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Java for publishing to Maven Central Repository
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: gradle

Expand Down

0 comments on commit 6ef0c8d

Please sign in to comment.