force the Java version using a Gradle command January 28, 2026 | No Comments | console, gradle, gradlew, information, java, macos Visual Studio (the IDE) recognizes Java 25, but you want 21, for example (on macOS).
If Visual Studio Code uses Gradle and doesn’t recognize imports January 17, 2026 | No Comments | gradle, information, java, spring-boot If the Visual Studio Code IDE does not recognize new imports of a new dependency, it is because its dependencies in “build.gradle” have not been […]
Configure Gradle in Visual Studio Code January 12, 2026 | No Comments | configuration, gradle, groovy, information, java, openjdk, spring-boot, vscode To install version 21 of OpenJDK with Homebrew on macOS (from the console) Generally, different versions of OpenJK with Homebrew are installed in the /usr/local/Cellar […]