24 lines
709 B
JSON
24 lines
709 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
|
|
"ghcr.io/devcontainers/features/java:1": {
|
|
"version": "21",
|
|
"jdkDistro": "oracle"
|
|
},
|
|
"ghcr.io/nordcominc/devcontainer-features/android-sdk:1": {
|
|
"extra_packages": "ndk"
|
|
}
|
|
},
|
|
"postCreateCommand": "chmod +x gradlew && cp revoltbuild.properties.example revoltbuild.properties && cp sentry.properties.example sentry.properties",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"redhat.java",
|
|
"vscjava.vscode-java-pack",
|
|
"kotlin.kotlin"
|
|
]
|
|
}
|
|
}
|
|
}
|