Skip to content

Commit

Permalink
Fix maven wrapper not found in generator scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Pazderski committed Oct 6, 2022
1 parent b9a7d0f commit 0b626ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_core_generators.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
pushd javaparser-core-generators

# Generate code
./mvnw --errors --show-version -B clean package -P run-generators -DskipTests
../mvnw --errors --show-version -B clean package -P run-generators -DskipTests

# Go back to previous directory
popd
Expand Down
2 changes: 1 addition & 1 deletion run_core_metamodel_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
pushd javaparser-core-metamodel-generator

# Generate code
./mvnw --errors --show-version -B clean package -P run-generators -DskipTests
../mvnw --errors --show-version -B clean package -P run-generators -DskipTests

# Go back to previous directory
popd
Expand Down

0 comments on commit 0b626ec

Please sign in to comment.