Skip to content

Commit

Permalink
fix: decouple java and python build
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Jul 10, 2023
1 parent a8419cb commit b280044
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions neo4j
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,6 @@ function _commands() {
shasum -a 256 "$bin_path"
fi
elif _should_run_project "neo4j_extension"; then
_print_step "Building the Python app first"
_build_neo4j_app

_print_step "Compiling the java extension"
cd "$ROOT_DIR"
mvn validate package -Dmaven.test.skip=true
Expand Down

0 comments on commit b280044

Please sign in to comment.