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 25d2fb1 commit 18437c6Copy full SHA for 18437c6
1 file changed
.github/workflows/deploy-javadoc.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
java-distribution: 'temurin'
26
java-version: 17
27
- maven-version: ${{ steps.maven.outputs.version }}
+ maven-version: ${{ steps.maven-version.outputs.version }}
28
cache-enabled: true
29
30
- name: Build javadoc
0 commit comments