Skip to content

Commit a773a5d

Browse files
authored
fix: javadoc workflow (#4231)
Turns out we do need to build shadowJar to make it compile, but at least we don't need to build the Rust lib Signed-off-by: Andrew Duffy <[email protected]>
1 parent e305f7c commit a773a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Generate Javadoc for Java projects
3131
run: |
3232
cd java
33-
./gradlew javadoc -x makeTestFiles -x shadowJar
33+
./gradlew javadoc -x makeTestFiles
3434
- name: Copy Javadoc to docs directory
3535
run: |
3636
mkdir -p docs/_static/vortex-jni

0 commit comments

Comments
 (0)