We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458e9ec commit c97a6d3Copy full SHA for c97a6d3
1 file changed
.github/workflows/main.yml
@@ -304,6 +304,13 @@ jobs:
304
with:
305
fetch-depth: 1
306
307
+ # Setup jdk 17 used for building Sonatype OSSRH artifacts
308
+ - name: Setup the java environment
309
+ uses: actions/setup-java@v3
310
+ with:
311
+ distribution: 'temurin'
312
+ java-version: '17'
313
+
314
# Download all the stuff...
315
- name: Download maven artifacts
316
uses: actions/download-artifact@master
0 commit comments