We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcca09 commit fa82a6fCopy full SHA for fa82a6f
1 file changed
.github/workflows/javadoc.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/setup-java@v2
25
with:
26
distribution: 'temurin'
27
- java-version: '17'
+ java-version: '21'
28
- name: Build with Maven
29
run: ant -f resources/build.xml
30
- name: Setup Pages
@@ -35,4 +35,4 @@ jobs:
35
path: distribution/javadoc
36
- name: Deploy to GitHub Pages
37
id: deployment
38
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments