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
Create the gitpod configuration so that people can have a cloud IDE to start working quickly on Powertools.
No response
Look at java configuration of gitpod: https://www.gitpod.io/docs/introduction/languages/java
Ideally, we would like to have it working with IntelliJ (VS Code does not seem to support checkstyle).
image: file: .gitpod.Dockerfile jetbrains: intellij: plugins: - CheckStyle-IDEA - aws.toolkit
FROM gitpod/workspace-java-11@sha256:0af027bfe0d2a85705d24aeb489c5f3d75b483cd5e60c1c3529a959daa3defa6 USER gitpod # Install Corretto 11 RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && \ sdk install java 11.0.20-amzn && \ sdk default java 11.0.20-amzn"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Create the gitpod configuration so that people can have a cloud IDE to start working quickly on Powertools.
Why is this needed?
Which area does this relate to?
No response
Solution
Look at java configuration of gitpod: https://www.gitpod.io/docs/introduction/languages/java
Ideally, we would like to have it working with IntelliJ (VS Code does not seem to support checkstyle).
Acknowledgment
The text was updated successfully, but these errors were encountered: