Update devcontainer.json

This commit is contained in:
CrazyCloudCraft 2023-12-16 21:13:26 +01:00 committed by GitHub
parent 33f89cfec2
commit b11cc0904d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,8 @@
"ghcr.io/devcontainers/features/java:1": {
"version": "17",
"installMaven": "false",
"installGradle": "true"
"installGradle": "true",
"postCreateCommand": "java -version && chmod +x gradlew"
}
}
@ -17,7 +18,7 @@
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "java -version",
//"postCreateCommand": "java -version",
// Configure tool-specific properties.
// "customizations": {},