We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b9eb4 commit 642240cCopy full SHA for 642240c
.github/workflows/docs.yml
@@ -1,8 +1,11 @@
1
+# SPDX-FileCopyrightText: 2025 SPDX contributors
2
+# SPDX-FileType: SOURCE
3
+# SPDX-License-Identifier: Apache-2.0
4
+
5
name: Generate and publish API JavaDocs
6
on:
7
push:
- branches:
- - main
8
+ branches: [ master ]
9
workflow_dispatch:
10
11
jobs:
@@ -16,7 +19,7 @@ jobs:
16
19
- uses: actions/setup-java@v4
17
20
with:
18
21
distribution: 'temurin'
- java-version: 11
22
+ java-version: 21
23
- name: Cache Maven packages
24
uses: actions/cache@v4
25
0 commit comments