We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7de410 commit 52b5775Copy full SHA for 52b5775
.devcontainer/README.md
@@ -5,7 +5,7 @@ This devcontainer configuration is designed to optimize the development environm
5
## What's Included
6
7
- **Java 17 (Temurin)**: Pre-installed Java Development Kit
8
-- **Gradle Wrapper**: Uses project's gradle wrapper for build consistency
+- **Gradle Wrapper**: Uses the project's gradle wrapper (gradlew) for build consistency
9
- **Docker in Docker**: For containerized smoke tests
10
- **VS Code Extensions**: Java development extensions
11
.devcontainer/devcontainer.json
@@ -19,9 +19,7 @@
19
]
20
}
21
},
22
- "containerEnv": {
23
- "GRADLE_OPTS": "-Dorg.gradle.daemon=true"
24
- },
+
25
"mounts": [
26
"source=gradle-cache,target=/home/vscode/.gradle,type=volume"
27
],
0 commit comments