Skip to content

Commit

Permalink
chore: Use mvn command (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Apr 28, 2023
1 parent 9f08963 commit 2d173bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/release_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sudo -E /opt/google-cloud-sdk/bin/gcloud components update -q
sudo -E /opt/google-cloud-sdk/bin/gcloud components install app-engine-java -q

cd github/appengine-plugins-core
./mvnw -Prelease -B -U verify
mvn -Prelease -B -U verify

# copy pom with the name expected in the Maven repository
ARTIFACT_ID=$(mvn -B help:evaluate -Dexpression=project.artifactId 2>/dev/null | grep -v "^\[")
Expand Down

0 comments on commit 2d173bc

Please sign in to comment.