Skip to content

Commit

Permalink
feat: remove clean stage for building and installing java sdk (#4011)
Browse files Browse the repository at this point in the history
Signed-off-by: shouren <[email protected]>
  • Loading branch information
Shouren authored Dec 31, 2024
1 parent c39a308 commit d67595c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ if(SQL_JAVASDK_ENABLE)
add_dependencies(cp_native_so cp_hybridse_native_so)

add_custom_target(sql_javasdk_package ALL
COMMAND ./mvnw clean package -DskipTests=true -Dscalatest.skip=true -Dwagon.skip=true -Dmaven.test.skip=true ${MAVEN_FLAGS}
COMMAND ./mvnw package -DskipTests=true -Dscalatest.skip=true -Dwagon.skip=true -Dmaven.test.skip=true ${MAVEN_FLAGS}
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/java)
add_dependencies(sql_javasdk_package cp_native_so)

Expand Down

0 comments on commit d67595c

Please sign in to comment.