We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4968efb + d5c8d16 commit 6ef0c8dCopy full SHA for 6ef0c8d
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Set up Java for publishing to Maven Central Repository
12
uses: actions/setup-java@v3
13
with:
14
- java-version: '11'
+ java-version: '17'
15
distribution: 'temurin'
16
cache: gradle
17
0 commit comments