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 bd6fb25 commit d1465b8Copy full SHA for d1465b8
.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 || 'rel/5.23.0' }}"
+ run: git checkout "${{ github.event.inputs.branch || 'javadoc-aggregate-delombok' }}"
36
37
- name: "Set up JDK 17"
38
uses: actions/setup-java@v4
@@ -47,8 +47,8 @@ jobs:
47
echo "MAJOR_VERSION=$(jq -r '.version' latest.json | cut -d '.' -f 1)" >> $GITHUB_OUTPUT
48
echo ${GITHUB_OUTPUT}
49
50
- #- name: "Install project (skip tests)"
51
- # run: mvn install -DskipTests --quiet
+ - name: "Install project (skip tests)"
+ run: mvn install -DskipTests --quiet
52
53
- name: "Process sources"
54
run: mvn process-sources -Drelease --fail-at-end --projects "${PROJECTS}" --quiet
0 commit comments