We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae16abd commit f505626Copy full SHA for f505626
1 file changed
.github/workflows/publish-to-maven-central.yml
@@ -25,6 +25,7 @@ jobs:
25
uses: actions/setup-java@v3
26
with:
27
java-version: 11
28
+ distribution: 'temurin'
29
cache: 'maven'
30
31
- name: Release Maven package
0 commit comments