File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -248,8 +248,6 @@ genrule(
248
248
# Copy Javadoc using unzip to avoid having to know the path to the 'jar' binary. Note flag to overwrite
249
249
unzip -q -o $(locations //language-support/java:javadoc) -d $$DIR/html/sdk/sdlc-howtos/applications/integrate/bindings-java/javadocs
250
250
# Remove JAR metadata
251
- rm -r $$DIR/html/sdk/sdlc-howtos/applications/integrate/bindings-java/javadocs/com/daml/ledger/api/v2/interactive/transaction/v1/InteractiveSubmissionDataOuterClass* \
252
- $$DIR/html/sdk/sdlc-howtos/applications/integrate/bindings-java/javadocs/com/daml/ledger/api/v2/interactive/transaction/v1/class-use/InteractiveSubmissionDataOuterClass*
253
251
rm -r $$DIR/html/sdk/sdlc-howtos/applications/integrate/bindings-java/javadocs/META-INF
254
252
255
253
# Copy generated documentation for typescript libraries
You can’t perform that action at this time.
0 commit comments