mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-11-21 11:35:12 +01:00
Update devcontainer.json
This commit is contained in:
parent
33f89cfec2
commit
b11cc0904d
@ -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": {},
|
||||
|
Loading…
Reference in New Issue
Block a user