Skip to content
New issue

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

Add a devcontainer descriptor #10

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Conversation

lioneloh
Copy link
Contributor

Purpose :

Describe a dev environment with all the tooling needed to compile test and develop the package. Each developer could launch this dev environment and have a proper container or cloud resource correctly configured.

Proposal :

Use devcontainer standard to describe a container with the following requirements :

  • JDK 17 installed
  • Maven 3.9.6 installed
  • VSCode java plugin installation if VSCode is used

Devcontainer is compatible with VSCode, Intellij or CodeSpaces (Github).

@mlahouar mlahouar merged commit bc62ca7 into OKDP:main Mar 22, 2024
2 checks passed
@lioneloh lioneloh deleted the feature/devcontainer branch September 25, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants