We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azd package api
todo-java-mongo
Describe the issue: Test todo-java-mongo template on Apple Silicon. Install azd (ARM64), run azd package api, get error as follow:
ARM64
Repro Steps:
curl -fsSL https://aka.ms/install-azd.sh | bash -s -- --architecture arm64
azd init -t todo-java-mongo
Environment: OS: Mac M2 (ARM64) Template: todo-java-mongo Azd version: (azd-mac-arm64) 1.2.0
(azd-mac-arm64)
Expected behavior: Run command azd package api can pass.
@rajeshkamal5050, @danieljurek for notification.
The text was updated successfully, but these errors were encountered:
@v-jiaodi @v-xuto HubSpot/prettier-maven-plugin#66 seems similar. Can we try upgrading prettier-maven-plugin 0.18 or latest and try it locally?
Sorry, something went wrong.
@rajeshkamal5050 It works after upgrading prettier-maven-plugin 0.18 in locally.
Can you do a PR for the same in these places - https://github.com/search?q=repo%3AAzure%2Fazure-dev%20prettier-maven-plugin&type=code ?
cc @weikanglim
@rajeshkamal5050 I have created a PR : #2709
Update prettier-maven-plugin 0.18 (#2709)
6824c16
Update prettier-maven-plugin used in java templates to 0.18 Fixes #2693
v-xuto
Successfully merging a pull request may close this issue.
Describe the issue:
Test
todo-java-mongo
template on Apple Silicon. Install azd (ARM64
), runazd package api
, get error as follow:Repro Steps:
curl -fsSL https://aka.ms/install-azd.sh | bash -s -- --architecture arm64
azd init -t todo-java-mongo
azd package api
.Environment:
OS: Mac M2 (ARM64)
Template: todo-java-mongo
Azd version:
(azd-mac-arm64)
1.2.0Expected behavior:
Run command
azd package api
can pass.@rajeshkamal5050, @danieljurek for notification.
The text was updated successfully, but these errors were encountered: