Skip to content

Commit 3024817

Browse files
committed
[MINOR] Disable Javadoc Generation for Python Tests
1 parent 2c76f91 commit 3024817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
key: ${{ runner.os }}-${{ hashFiles('.github/workflows/python.yml') }}
9191

9292
- name: Maven clean & package
93-
run: mvn -ntp clean package -P distribution -B
93+
run: mvn -ntp clean package -P distribution -B -Ddoc.skip=true
9494

9595
- name: Setup Python ${{ matrix.python-version }}
9696
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)