Skip to content

Commit 6ef0c8d

Browse files
authored
Merge pull request #116 from yml-org/feature/CM-1493
[bug/CM-1493]: Updated java version
2 parents 4968efb + d5c8d16 commit 6ef0c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Java for publishing to Maven Central Repository
1212
uses: actions/setup-java@v3
1313
with:
14-
java-version: '11'
14+
java-version: '17'
1515
distribution: 'temurin'
1616
cache: gradle
1717

0 commit comments

Comments
 (0)