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 d1465b8 commit 1144530Copy full SHA for 1144530
.github/workflows/javadoc.yaml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
fetch-depth: 0
34
- name: "Switch branch"
35
- run: git checkout "${{ github.event.inputs.branch || 'javadoc-aggregate-delombok' }}"
+ run: git checkout "${{ github.event.inputs.branch || 'rel/5.23.0' }}"
36
37
- name: "Set up JDK 17"
38
uses: actions/setup-java@v4
@@ -58,6 +58,7 @@ jobs:
58
59
- name: "Generate aggregated Javadoc"
60
run: |
61
+ sed -i '/<sourcepath>${project.basedir}\/target\/delombok<\/sourcepath>/d' pom.xml
62
mvn clean javadoc:aggregate -Drelease -Djava.failOnWarning=false --projects "${PROJECTS}" --quiet
63
64
- name: "Checkout Docs Repository"
0 commit comments