You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We typically do Compose Multiplatform development and target both Android and Desktop, and sometimes only desktop.
Therefore many times we would already have Java installed in out Dev Container setup via the "Dev Containers Spec Maintainers" feature (https://github.com/devcontainers/features/tree/main/src/java)
It would be great to disable the installation of OpenJDK, I guess the best way would be to do this via an optional setting in the Options of this feature. With the default set so that OpenJDK is installed unless the option is set from the default.
I'm happy to provide a PR to do this too.
The text was updated successfully, but these errors were encountered:
Phaestion
changed the title
Disable OpenJDK install
Option to disable OpenJDK install
Sep 11, 2024
We typically do Compose Multiplatform development and target both Android and Desktop, and sometimes only desktop.
Therefore many times we would already have Java installed in out Dev Container setup via the "Dev Containers Spec Maintainers" feature (https://github.com/devcontainers/features/tree/main/src/java)
It would be great to disable the installation of OpenJDK, I guess the best way would be to do this via an optional setting in the Options of this feature. With the default set so that OpenJDK is installed unless the option is set from the default.
I'm happy to provide a PR to do this too.
The text was updated successfully, but these errors were encountered: