Skip to content

Commit

Permalink
Fix regression for Javadoc jar build (#12404)
Browse files Browse the repository at this point in the history
Summary:
#12371 Introduced regression not defining dependency between `create_javadoc`  and `rocksdb_javadocs_jar` build targets.

Pull Request resolved: #12404

Reviewed By: pdillinger

Differential Revision: D54516862

Pulled By: ajkr

fbshipit-source-id: 785a99b2caf979395ae0de60e40e7d1b93059adb
  • Loading branch information
rhubner authored and pdillinger committed Mar 15, 2024
1 parent b64bc23 commit 9ded0f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ add_custom_target(rocksdb_javadocs_jar ALL
COMMAND ${Java_JAR_EXECUTABLE} cvf ${CMAKE_CURRENT_BINARY_DIR}/${ROCKSDB_JAVADOC_JAR} -C ${CMAKE_CURRENT_BINARY_DIR}/javadoc/rocksdb .
BYPRODUCTS ${CMAKE_CURRENT_BINARY_DIR}/${ROCKSDB_JAVADOC_JAR}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
DEPENDS rocksdb_javadoc
)

# Sources Jar
Expand Down

0 comments on commit 9ded0f7

Please sign in to comment.