We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
java.import.gradle.user.home
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.99.22418
vscjava.vscode-java-pack 0.29.0
Eclipse Temurin 21.0.7+6.0.LTS
GNU/Linux x64 6.12.23-1-lts #1 SMP PREEMPT_DYNAMIC
GRADLE_USER_HOME
GRADLE_USER_HOME="/path/to/user-home/.cache/gradle"
"java.import.gradle.user.home": "/path/to/user-home/.cache/gradle
settings.json
Gradle processes should use the correct location defined by java.import.gradle.user.home.
Gradle processes still default to /path/to/user-home/.gradle
/path/to/user-home/.gradle
I've also tried to set java.import.gradle.user.home in settings.json at the project level.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
1.99.22418
(Flatpak build)vscjava.vscode-java-pack 0.29.0
Eclipse Temurin 21.0.7+6.0.LTS
GNU/Linux x64 6.12.23-1-lts #1 SMP PREEMPT_DYNAMIC
Step to Reproduce
GRADLE_USER_HOME
environment variable within the operating system —GRADLE_USER_HOME="/path/to/user-home/.cache/gradle"
"java.import.gradle.user.home": "/path/to/user-home/.cache/gradle
in globalsettings.json
Expected Behavior
Gradle processes should use the correct location defined by
java.import.gradle.user.home
.Actual Behavior
Gradle processes still default to
/path/to/user-home/.gradle
Additional Information
I've also tried to set
java.import.gradle.user.home
insettings.json
at the project level.The text was updated successfully, but these errors were encountered: